document.write( "Question 41106: Touchdown. Suppose at the kickoff of a football game, the receiver catches the football at the left side of the goal line and runs for a touchdown diagonally across the field. How many yards would he run? (A football field is 100 yards long and 160 feet wide.) \n" ); document.write( "
Algebra.Com's Answer #26534 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We are looking for the diagonal (or hypotenuse) of a rectangle 300 feet by 160 feet...use the Pythagorean Theorem... \n" ); document.write( "c^2 = a^2 + b^2 \n" ); document.write( "c^2 = 300^2 + 160^2 \n" ); document.write( "c^2 = 90000 + 25600 \n" ); document.write( "c^2 = 115600 \n" ); document.write( "c = 340 feet \n" ); document.write( " |