document.write( "Question 166977: tom caught five more fish than pete and henry caught three times as many fish as tom together they caught 50 fish how many did tom catch \n" ); document.write( "
Algebra.Com's Answer #123002 by piglet162431(90)\"\" \"About 
You can put this solution on YOUR website!
OK, let's start by setting x be the number of fish Pete caught
\n" ); document.write( "to express the number Tom caught, we use the expression x + 5
\n" ); document.write( "And for Henry, 3(x+5) because he caught 3 times as many fish as tom\r
\n" ); document.write( "\n" ); document.write( "all these fish add to be 50
\n" ); document.write( "so x + x+5 + 3(x+5) = 50
\n" ); document.write( "5x=30
\n" ); document.write( "x=6\r
\n" ); document.write( "\n" ); document.write( "So Tom is x +5, substitute in 6 + 5 = 11
\n" ); document.write( "Tom caught 11 fish.
\n" ); document.write( "
\n" );