document.write( "Question 165126: A woman id three times as old as her son,and the sum of their ages id 52.find each person's age. \n" ); document.write( "
Algebra.Com's Answer #121726 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Let x = son's age \n" ); document.write( "then because \"woman is three times as old as her son\" \n" ); document.write( "3x = woman's age \n" ); document.write( ". \n" ); document.write( "From:\"sum of their ages id 52\" we get \n" ); document.write( "x + 3x = 52 \n" ); document.write( "4x = 52 \n" ); document.write( "x = 13 years (son's age) \n" ); document.write( ". \n" ); document.write( "woman's age: \n" ); document.write( "3x = 3(13) = 39 years (mother's age) \n" ); document.write( " \n" ); document.write( " |