document.write( "Question 908348: The sum of fred and wilmas age is 67. Fred is 5years older then wilma. How old are they? \n" ); document.write( "
Algebra.Com's Answer #550981 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! x Wilma's age \n" ); document.write( "Fred + Wilma \n" ); document.write( "(x+5) + x = 67 \n" ); document.write( "2x = 62 \n" ); document.write( "x = 31, Wilma's age. Fred is 36 \n" ); document.write( "checking... \n" ); document.write( "sum = 67 \n" ); document.write( " |