document.write( "Question 1024331: If shuanais now 4 years older than her sister. Two years ago, shuanais was three times as old as the sister was. How old is each girl?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #639798 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call her and her sister's age NOW, x and y. Then we write \n" ); document.write( "x = y + 4 \n" ); document.write( "Two years ago \n" ); document.write( "x - 2 = 3(y - 2) \n" ); document.write( "Now substitute the first equation into the second equation...we get \n" ); document.write( "y+4 - 2 = 3(y - 2) \n" ); document.write( "y + 2 = 3y - 6 \n" ); document.write( "8 = 2y and \n" ); document.write( "y = 4 \n" ); document.write( "so that \n" ); document.write( "x = 8 \n" ); document.write( " |