document.write( "Question 981522: Joan is 10 years older than Michele
\n" );
document.write( "one half on Michele's age is equal to one fourth of Joan's age
\n" );
document.write( "how old is Joan and michele \n" );
document.write( "
Algebra.Com's Answer #602574 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! You're missing punctuation in your question, so I'm making some assumptions. \n" ); document.write( "J = M + 10 \n" ); document.write( ".5 M = .25J \n" ); document.write( "Substitute the known value of J from the first equation into the second. \n" ); document.write( ".5M = .25(M+10) \n" ); document.write( ".5M = .25M + 2.5 \n" ); document.write( ".25M = 2.5 \n" ); document.write( "Multiply each side by 4 to get a whole M \n" ); document.write( "1M = 10 \n" ); document.write( "Let's check. \n" ); document.write( "If Michelle is 10, then Joan is 10 years older than that, or 20. \n" ); document.write( "Is 1/4 of 20 the same as 1/2 of 10? \n" ); document.write( "5 = 5 \n" ); document.write( "Success. \n" ); document.write( "Michelle is 10 and Joan is 20. \n" ); document.write( " |