document.write( "Question 655567: Miguel is 46 years old. He is 4 years older than thrice his son’s age. Find the age of his son. \n" ); document.write( "
Algebra.Com's Answer #409178 by sravancv(7)![]() ![]() ![]() You can put this solution on YOUR website! Given \n" ); document.write( "Miguel is 46 years old. \n" ); document.write( "Let his son age be \"x\" \n" ); document.write( "also given than he is 4 years older than thrice of his son's age \n" ); document.write( "so \n" ); document.write( "3x+4 = 46 \n" ); document.write( "3x=46-4 \n" ); document.write( "3x=42 \n" ); document.write( "x=42/3 \n" ); document.write( "x=14 \n" ); document.write( "so his son age is 14 years. \n" ); document.write( " |