document.write( "Question 618469: The combined age of two people is 75years. In 15years time, one person will be twice the other person's present age. Find their present ages \n" ); document.write( "
Algebra.Com's Answer #389117 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! x + y = 75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(x + 15) = y + 15 ___ 2x + 15 = y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ x + (2x + 15) = 75 ___ 3x = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for x, then substitute back to find y \n" ); document.write( " |