document.write( "Question 354376: A mother is five times as old as her son If twice the age of the son is 3 years less than half of the age of the mother how old are they \n" ); document.write( "
Algebra.Com's Answer #253292 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let son be x years \n" ); document.write( "mother will be 5x years. \n" ); document.write( "... \n" ); document.write( "2x = (1/2)*5x-3 \n" ); document.write( "2x=5x/2 -3 \n" ); document.write( "2x=(5x-6)/2 \n" ); document.write( "4x=5x-6 \n" ); document.write( "5x-4x=6 \n" ); document.write( "x= 6 son's age \n" ); document.write( "mother is 5*6= 30 years \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |