document.write( "Question 843449: Tom is y years old.
\n" );
document.write( "(a) how old was he 3 years ago?
\n" );
document.write( "(b) how old will she be in 4 years time?
\n" );
document.write( "(c) find her age, if half of what she was 3 years ago is equal to one-third of whatshe will be in 4 years time \n" );
document.write( "
Algebra.Com's Answer #508103 by hamsanash1981@gmail.com(151)![]() ![]() ![]() You can put this solution on YOUR website! 3 years ago his age will be = y-3 \n" ); document.write( "4 years after his age will be = y +4 \n" ); document.write( "1/2(y-3) = 1/3(y+4) \n" ); document.write( "3(y-3) = 2(y +4) \n" ); document.write( "3y-9 = 2y +8 \n" ); document.write( "y = 8+9 \n" ); document.write( "y = 17 \n" ); document.write( "Tom's age = 17 \n" ); document.write( " |