document.write( "Question 358324: Martha is 2/3 of sarahs age,their combined age is 15, how old is each girl \n" ); document.write( "
\n" ); document.write( "Hi,\n" ); document.write( "Let x be Sarah's age. Then Martha's age is (2/3)x\n" ); document.write( "\n" ); document.write( "3x + 2x = 45\n" ); document.write( "5x = 45\n" ); document.write( "x = 9\n" ); document.write( "Sarah is 9 and Martha is 6\n" ); document.write( "checking our answer\n" ); document.write( "9 + 6 = 15