document.write( "Question 630728: Jamie is twice as old as her brother.Four years ago,she was 4 times as old as her brother.Find their ages now.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #397094 by rmnavalta(7)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Let x = age of Jamie's brother\r\n" );
document.write( "   2x = Jamie's age               ***Jamie is twice as old as her brother\r\n" );
document.write( "\r\n" );
document.write( "Let's use a table.\r\n" );
document.write( "  \r\n" );
document.write( "             |   Age NOW  |  Age 4 YEARS AGO |\r\n" );
document.write( "Jamie        |      2x    |      2x-4        |\r\n" );
document.write( "Her Brother  |      x     |      x-4         |\r\n" );
document.write( "\r\n" );
document.write( "Four years ago, she (Jamie) was(is equal to) 4 times as old as her brother.\r\n" );
document.write( "                    2x-4          =             4 times (x-4)\r\n" );
document.write( "\r\n" );
document.write( "Set-up the equation.   2x-4 = 4(x-4)\r\n" );
document.write( "               \r\n" );
document.write( "Solve.         2x-4 = 4x-16       -->Simplify 4(x-4).\r\n" );
document.write( "           2x-4 -4x = 4x-16 -4x   -->Subtract 4x on both sides.\r\n" );
document.write( "           -2x-4 +4 = -16 +4      -->Add 4 on both sides.\r\n" );
document.write( "         (-2x)/(-2) = (-12)/(-2)  -->Divide both sides by -2.\r\n" );
document.write( "                  \r\n" );
document.write( "                  x = 6 years (age of Jamie's brother\r\n" );
document.write( "  \r\n" );
document.write( "Jamie's age = 2x = 2(6) = 12 years\r\n" );
document.write( "\r\n" );
document.write( "Answer: Jamie is 12 years old and her brother is 6 years old.\r\n" );
document.write( "\r\n" );
document.write( "
\n" ); document.write( "
\n" );