document.write( "Question 329780: A billboard is 27 feet high and casts a 36 foot shadow at noon. At the same time, a fir tree next to the billboard casts a 48 foot shadow. What proportion can be used to find the height, H, of the fir tree? \n" ); document.write( "
| Algebra.Com's Answer #236380 by mananth(16946)     You can put this solution on YOUR website! shadow of billboard = 36 feet \n" ); document.write( "height = 27 feet \n" ); document.write( ".. \n" ); document.write( "shadow of fir tree = 48 feet \n" ); document.write( "height = x \n" ); document.write( ".. \n" ); document.write( "Direct proportion \n" ); document.write( "36/27 = 48/x \n" ); document.write( "x= 48*27/36 \n" ); document.write( "x=36 feet the height of fir tree \n" ); document.write( " |