document.write( "Question 937602: Joshua is one-third as old as his father who is three years older than his mother. When Joshua was born the sum of the ages of his father and mother was 53. How old is Joshua now? \n" ); document.write( "
Algebra.Com's Answer #570996 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Joshua is one-third as old as his father who is three years older than his mother. When Joshua was born the sum of the ages of his father and mother was 53. How old is Joshua now? \n" ); document.write( "*** \n" ); document.write( "let x=Joshua's age \n" ); document.write( "3x=father's age \n" ); document.write( "3x-3=mother's age \n" ); document.write( "When Joshua was born: \n" ); document.write( "3x-x=2x=father's age \n" ); document.write( "3x-3-x=2x-3=mother's age \n" ); document.write( "2x+2x-3=53 \n" ); document.write( "4x=56 \n" ); document.write( "x=14 \n" ); document.write( "How old is Joshua now? 14 \n" ); document.write( " |