document.write( "Question 1182001: Create a linear system to model this situation:
\n" );
document.write( "A women is 3 times as old as her son. In thirteen years, she will be 2 times as old as her soon will be. Let w represent the women’s age now and let s represent the son’s age now. DO NOT solve the linear system \n" );
document.write( "
Algebra.Com's Answer #811961 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( "\n" ); document.write( "A women is 3 times as old as her son.\r \n" ); document.write( "\n" ); document.write( "w=3s\r \n" ); document.write( "\n" ); document.write( "(w+13) = 2(s+13)\r \n" ); document.write( "\n" ); document.write( "3s+13 =2s+26\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |