document.write( "Question 1147497: 8 years from now mary will be 19 years old. The current sum of the ages of mary and jose is 41. how old is jose right now?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #768827 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x = the age of mary and let y equal the age of jose. \n" ); document.write( "in 8 years, mary will be 19 years old. \n" ); document.write( "that means that x + 8 = 19 \n" ); document.write( "the current sum of the ages of mary and jose is 41. \n" ); document.write( "the formula for that is x + y = 41 \n" ); document.write( "in the equation of x + 8 = 19, solve for x to get x = 11 \n" ); document.write( "x + y = 41 becomes 11 + y = 41 \n" ); document.write( "solve for y to get y = 41 - 11 = 30 \n" ); document.write( "mary is 11 years old now and jose is 30 years old now.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |