document.write( "Question 1150559: If you add Natalie's age and Fred's age, the result is 38. If you add Fred's age to 4 times Natalie's age, the result is 74. Write and solve a system of equations to find how old Fred and Natalie are. \n" ); document.write( "
Algebra.Com's Answer #771924 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The two equations, as shown by the other tutor, are indeed \n" ); document.write( "F+N = 38 \n" ); document.write( "F+4N = 74 \n" ); document.write( "But with the two equations in that form, using substitution is the long way around; the two equations are perfectly suited for solving by elimination. \n" ); document.write( "Subtracting the first equation from the second yields \n" ); document.write( "3N = 36 \n" ); document.write( "which immediately gives us \n" ); document.write( "N = 12 \n" ); document.write( "and then the first equation gives us \n" ); document.write( "F = 26 \n" ); document.write( " \n" ); document.write( " |