document.write( "Question 1027768: Ajit is three less than twice as old as Marie. If the sum of their ages is 39, determine their ages. Create a complete solution. \n" ); document.write( "
Algebra.Com's Answer #642964 by ikleyn(52803)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "Ajit is three less than twice as old as Marie. If the sum of their ages is 39, determine their ages. Create a complete solution.
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "A = 2M - 3,    (1)    (\"Ajit is three less than twice as old as Marie.\")\r\n" );
document.write( "A + M = 39.    (2)    (\"the sum of their ages is 39\")\r\n" );
document.write( "\r\n" );
document.write( "Substitute A = 2M -3 from (1) into (2). You will get a single equation for M:\r\n" );
document.write( "\r\n" );
document.write( "(2M - 3) + M = 39.\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve it:\r\n" );
document.write( "\r\n" );
document.write( "2M - 3 + M = 39,\r\n" );
document.write( "\r\n" );
document.write( "3M = 39 + 3,\r\n" );
document.write( "\r\n" );
document.write( "3M = 42,\r\n" );
document.write( "\r\n" );
document.write( "M = \"42%2F3\" = 14.\r\n" );
document.write( "\r\n" );
document.write( "Marie is 14 years. Ajit is 2M -3 = 2*14-3 = 28-3 = 25 years.\r\n" );
document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );