document.write( "Question 257446: If one skip equals four hops and if one jump equals three skips, what is the total number of hops in a hop, a skip, and a jump? \n" ); document.write( "
Algebra.Com's Answer #189377 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! s=4h \n" ); document.write( "j=3s \n" ); document.write( "j=3*4h\r \n" ); document.write( "\n" ); document.write( "leap=h+s+j \n" ); document.write( "leap=h+4h+12h \n" ); document.write( "leap=17 hops \n" ); document.write( " |