document.write( "Question 1081156: Robert is four years older than Janet. If the sum of their age is 46, how old are Robert and Janet? \n" ); document.write( "
Algebra.Com's Answer #695224 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
robert is x
\n" ); document.write( "janet is x-4
\n" ); document.write( "x+x-4=46
\n" ); document.write( "2x-4=46
\n" ); document.write( "2x=50
\n" ); document.write( "x=25 years, Robert's age
\n" ); document.write( "x-4=21 years, Janet's age
\n" ); document.write( "
\n" );