If a right circular cone with an integer height and an integer radius has the same numerical value for its volume and its surface area, find its slant height.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
It's nice but shouldn't be too surprising that the slant height turns out to be an integer as well - the surface area can also be written S = π r 2 + π r s
and the volume is a rational multiple of π .
Log in to reply
This comment inspired me to write a different solution, where first I show that 3 l must be an integer and then I solve the equation for 3 l . (In my solution the slant height is l .)
Since the volume and surface area have the same numerical value, 3 1 π r 2 h = π r 2 + π r l , which rearranges to 3 l = r h − 3 r , so 3 l must also be an integer.
Substituting h = l 2 − r 2 into the above equation, this rearranges to l = r + r + 3 9 − r − 3 9 .
This can be rearranged to 3 l ( r + 3 ) = 3 r ( r + 3 ) + 5 4 + r − 3 1 6 2 and 3 l ( r − 3 ) = 3 r ( r − 3 ) + 5 4 − r + 3 1 6 2 , which tells us that r − 3 and r + 3 are factors of 1 6 2 .
The difference between these two factors is ( r + 3 ) − ( r − 3 ) = 6 , and the only positive factors of 1 6 2 (which include 1 , 2 , 3 , 6 , 9 , 1 8 , 2 7 , 5 4 , 8 1 , 1 6 2 ) that are 6 apart are 3 and 9 , which means r − 3 = 3 or r = 6 , and l = r + r + 3 9 − r − 3 9 = 6 + 6 + 3 9 − 6 − 3 9 = 1 0 .
Volume V = 3 1 π r 2 h , surface area S = π r 2 + π r r 2 + h 2 .
Through algebraic manipulation, V = S ⟺ r = 3 h − 6 h .
r , h ∈ N ⟹ h − 6 h ∈ N ⟹ h − 6 h = n 2 for n ∈ N ⟹ 7 ≤ h (as h − 6 > 0 ), and h ≤ 1 2 (as h − 6 h ≥ 2 ( 2 not 1 since never does h = h − 6 ))
7 ≤ h ≤ 1 2 ⟹ 7 ≥ n 2 ≥ 2
4 is the only square in this range.
⟹ n 2 = 4 ⟹ h = 8 ⟹ r = 6 ⟹ r 2 + h 2 = 1 0
Great solution!
Problem Loading...
Note Loading...
Set Loading...
A cone with base radius r and height h , has volume, surface area and slant height V = 3 1 π r 2 h ; S = π r 2 + π r r 2 + h 2 ; s = r 2 + h 2 respectively. Equating V and S , 3 1 π r 2 h r h r h − 3 r r 2 h 2 − 6 r 2 h + 9 r 2 r 2 h 2 − 6 r 2 h r 2 h − 6 r 2 = π r 2 + π r r 2 + h 2 = 3 r + 3 r 2 + h 2 = 3 r 2 + h 2 = 9 r 2 + 9 h 2 = 9 h 2 = 9 h
We need to solve this in positive integers. Using the usual factorising trick, r 2 h − 6 r 2 r 2 h − 6 r 2 − 9 h + 5 4 ( r 2 − 9 ) ( h − 6 ) = 9 h = 5 4 = 5 4 so that r 2 = 9 + h − 6 5 4
We can now just check factors of 5 4 ; the only solution comes when h = 8 , r = 6 and we find the slant height s = 1 0 .