document.write( "Question 1035945: Three times Fred’s age plus four times Jane's age equals 71. Fred's age is also three less than two times Jane's age.\r
\n" );
document.write( "\n" );
document.write( "How old is Fred?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #650540 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call their ages, f and j. We can then write \n" ); document.write( "3f + 4j = 71 \n" ); document.write( "f = 2j - 3 \n" ); document.write( "Now substitute the second one into the first one...we get... \n" ); document.write( "3(2j - 3) + 4j = 71 \n" ); document.write( "6j - 9 + 4j = 71 \n" ); document.write( "10j = 80 \n" ); document.write( "j = 8 \n" ); document.write( "f = 2(8) - 3 = 13 \n" ); document.write( " |