document.write( "Question 1101298: Joe is three years younger than Mike. Fred is four years younger than Mike. The sum of their ages is 29. How old is each person? \n" ); document.write( "
Algebra.Com's Answer #715869 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "J = M-3 (1) \n" ); document.write( "F = M-4 (2) \n" ); document.write( "M + F + J = 29 (3) \n" ); document.write( "—\r \n" ); document.write( "\n" ); document.write( "Substituting for J and F (one could go directly to the next step using the wording from the problem): \n" ); document.write( "M + (M-4) + (M-3) = 29 \r \n" ); document.write( "\n" ); document.write( "3M - 7 = 29 \n" ); document.write( "3M = 36 \n" ); document.write( " M = 12 —> J = 9 and F = 8\r \n" ); document.write( "\n" ); document.write( "— \n" ); document.write( "Ans: Mike is 12, Joe is 9, and Fred is 8. \n" ); document.write( "— \n" ); document.write( "Check: 12+9+8 = 21+8 = 29 \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |