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 #111271 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! 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( "B= Bob's age now \n" ); document.write( "M= Mary's age now\r \n" ); document.write( "\n" ); document.write( "You did it wrong you have to start like this:\r \n" ); document.write( "\n" ); document.write( "B-6=4(M-6) \n" ); document.write( "B+4=2(M+4)\r \n" ); document.write( "\n" ); document.write( "solving we have\r \n" ); document.write( "\n" ); document.write( "B=26 and M=11 \n" ); document.write( " |