document.write( "Question 318411: Carmen is 6 years older than mike. In two years Carmen will be twice as old as mike. What are their ages? \n" ); document.write( "
Algebra.Com's Answer #227925 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let mike be x years
\n" ); document.write( "carmen will be x+6
\n" ); document.write( "..
\n" ); document.write( "ages after 2 years
\n" ); document.write( "mike = x+2
\n" ); document.write( "carmen x+6+2
\n" ); document.write( "..
\n" ); document.write( "equation after 2 years
\n" ); document.write( "x+8=2(x+2)
\n" ); document.write( "x+8=2x+4
\n" ); document.write( "2x-x=8-4
\n" ); document.write( "x=4 , mike's age
\n" ); document.write( "carmen - 10 years
\n" ); document.write( "
\n" );