document.write( "Question 981789: .During a free-fall, a skydiver jumps 16 feet, 48 feet, and 80 feet on the
\n" );
document.write( "first, second, and third fall, respectively. If he continues to jump at this
\n" );
document.write( "rate, how many feet will he have jumped during the tenth fall? \n" );
document.write( "
Algebra.Com's Answer #602765 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "J=jump number; d=distance \n" ); document.write( ". \n" ); document.write( "d=16ft+(J-1)(32ft) \n" ); document.write( ". \n" ); document.write( "For J=10: \n" ); document.write( "d=16ft+(10-1)(32ft) \n" ); document.write( "d=16ft+(9)(32ft) \n" ); document.write( "d=16ft+288ft=304ft \n" ); document.write( " \n" ); document.write( " |