document.write( "Question 1117064: A land scaper sights the top of a tree at a 68 degree angle.she then moves an additional 70 feet directly away from the tree and sights the top at a 43 degree angle.how tall is the tree to the nearest tenth of a foot. \n" ); document.write( "
Algebra.Com's Answer #732030 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A landscaper sights the top of a tree at a 68 degree angle.she then moves an additional 70 feet directly away from the tree and sights the top at a 43 degree angle.how tall is the tree to the nearest tenth of a foot. \n" ); document.write( "------ \n" ); document.write( "height = base*tan(68) \n" ); document.write( "height = (base+70)tan(43) \n" ); document.write( "------ \n" ); document.write( "base*tan(68) - base*tan(43) = 70*tan(43) \n" ); document.write( "base = 70*tan(43)/[tan(68)-tan(43)] = 42.32 \n" ); document.write( "---- \n" ); document.write( "Ans:: height = 42.32*tan(68) = 104.74 ft \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H \n" ); document.write( " |