document.write( "Question 976963: A woman has a son and a daughter. The mother is three times as old as her son. The son is seven years older then the daughter. Three years from now the boy will be twice as old as his sister will be. What are the three linear equations for this problem ? \n" ); document.write( "
Algebra.Com's Answer #598455 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A woman has a son and a daughter. The mother is three times as old as her son. The son is seven years older then the daughter. Three years from now the boy will be twice as old as his sister will be. What are the three linear equations for this problem ? \n" ); document.write( "*** \n" ); document.write( "let x=son's age \n" ); document.write( "3x= mother's age \n" ); document.write( "x-7=daughter's age \n" ); document.write( ".. \n" ); document.write( "3 yrs from now: \n" ); document.write( "x+3=son's age \n" ); document.write( "x-7+3=x-4=daughter's age \n" ); document.write( "x+3=2(x-4) \n" ); document.write( "x+3=2x-8 \n" ); document.write( "x=11 \n" ); document.write( "son's age=11 \n" ); document.write( "mother's age=33 \n" ); document.write( "daughter's age=4 \n" ); document.write( " \n" ); document.write( " |