document.write( "Question 520715: Mr Gillman is3 years younger than his wife. the sum of their ages is 95. how old is mr gillman.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #346193 by mananth(16946)![]() ![]() You can put this solution on YOUR website! wife =x \n" ); document.write( "Mr. Gillman = x-3\r \n" ); document.write( "\n" ); document.write( "x-3 +x=95 \n" ); document.write( "2x-3=95 \n" ); document.write( "+3 \n" ); document.write( "2x=98 \n" ); document.write( "x=98/2 \n" ); document.write( "x=49 wifes's age\r \n" ); document.write( "\n" ); document.write( "Mr. gillman is 49-3 = 46 years \n" ); document.write( " |