document.write( "Question 233181: helping my 7th grade son with his homework.
\n" );
document.write( "What is the method for solving this word problem?
\n" );
document.write( "A fish has a four-inch long head. Its tail is as long as its head, plus 1/4 the length of its body. Its body makes up 3/4 of its total length. What is the length of the fish.\r
\n" );
document.write( "\n" );
document.write( "I think the answer is 128 but it was solved with trail and error, need help breeaking down the word problem into an equation.\r
\n" );
document.write( "\n" );
document.write( "Thanks.. \n" );
document.write( "
Algebra.Com's Answer #172113 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let h=head length, b=body length and t=tail length \n" ); document.write( "h=4 \n" ); document.write( "t=4+.25b \n" ); document.write( "b=.75(h+b+t) \n" ); document.write( "b=.75(4+b+4+.25b) \n" ); document.write( "b=.75(1.25b+8) \n" ); document.write( "b=.9375b+6 \n" ); document.write( ".0625b=6 \n" ); document.write( "b=96 \n" ); document.write( "h=4 \n" ); document.write( "t=4+ 96/4=4+24=28 \n" ); document.write( "96+4+28=128\" Total length of the fish. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |