document.write( "Question 1065463: A football player is attempting a field goal. The angle formed by the player's position on the field and the line of sight to each upright is 33o. If the distances to the uprights are 7.5 m and 10.0 m, calculate the width of the uprights.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #680718 by rothauserc(4718) You can put this solution on YOUR website! use the law of cosines \n" ); document.write( ": \n" ); document.write( "let x be the width of the uprights \n" ); document.write( ": \n" ); document.write( "x^2 = (7.5)^2 + 10^2 - (2 * 7.5 * 10 * cos(33)) = 93.3497 \n" ); document.write( ": \n" ); document.write( "x = square root(93.3497) = 9.6618 approximately 9.7 \n" ); document.write( ": \n" ); document.write( "********************************** \n" ); document.write( "the width of the uprights is 9.7 m \n" ); document.write( "********************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |