document.write( "Question 151380: Six years ago bob was four times as old as Mary. In four years he will be twice as old as Mary. How old are they?\r
\n" );
document.write( "\n" );
document.write( "Six years ago
\n" );
document.write( "Bob = 4Mary - 6\r
\n" );
document.write( "\n" );
document.write( "In four years
\n" );
document.write( "Bob = 2Mary + 4\r
\n" );
document.write( "\n" );
document.write( "4M - 6 = 2M + 4
\n" );
document.write( "2M = 10
\n" );
document.write( "Mary = 5 years old\r
\n" );
document.write( "\n" );
document.write( "Substitute both equations with 5, and Bob is 14\r
\n" );
document.write( "\n" );
document.write( "I just want to know if that is right or wrong? \n" );
document.write( "
Algebra.Com's Answer #111272 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Six years ago bob was four times as old as Mary. \n" ); document.write( "In four years he will be twice as old as Mary. \n" ); document.write( "How old are they? \n" ); document.write( "----------- \n" ); document.write( "Let Mary's age now be \"m\". \n" ); document.write( "Let Bob's age now be \"b\". \n" ); document.write( "--------------------------- \n" ); document.write( "6 yrs. ago equation: \n" ); document.write( "(b-6) = 4(m-6) \n" ); document.write( "------------------------------ \n" ); document.write( "4 yrs. from now equation: \n" ); document.write( "b = 2m \n" ); document.write( "-------------------------- \n" ); document.write( "Substitute to solve for \"m\". \n" ); document.write( "(2m-6) = 4(m-6) \n" ); document.write( "2m-6 = 4m-24 \n" ); document.write( "2m = 18 \n" ); document.write( "m = 9 yrs old (Mary's age now) \n" ); document.write( "------------------- \n" ); document.write( "Since b = 2m, b = 2*9 = 18 yrs old (Bob's age now) \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |