document.write( "Question 1015951: Mike is twice as old as his sister. Together, their ages add up to 30. How old are Mike and his sister? \n" ); document.write( "
Algebra.Com's Answer #632338 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call Mike's and his sister age, m and s. Then we have \n" ); document.write( "m = 2s and \n" ); document.write( "m + s = 30 \n" ); document.write( "Substitute the first equation into the second and get \n" ); document.write( "2s + s = 30 \n" ); document.write( "3s = 30 \n" ); document.write( "s = 10 and then \n" ); document.write( "m = 20 \n" ); document.write( " |