document.write( "Question 624367: Please help me solve this question and please give me the working out
\n" );
document.write( "If Tom was ten years younger he would be exactly one-fourth the age of Mark. If Tom was ten years older he would be exactly one-half the present age of Mark. How old is Tom? \n" );
document.write( "
Algebra.Com's Answer #392727 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Please help me solve this question and please give me the working out \n" ); document.write( "If Tom was ten years younger he would be exactly one-fourth the age of Mark. If Tom was ten years older he would be exactly one-half the present age of Mark. How old is Tom? \n" ); document.write( "** \n" ); document.write( "let t=tom's age \n" ); document.write( "let m=mark's age \n" ); document.write( ".. \n" ); document.write( "t-10=m/4 \n" ); document.write( "t+10=m/2 \n" ); document.write( "subtract \n" ); document.write( "-20=m/4-m/2 \n" ); document.write( "-20=-m/4 \n" ); document.write( "m=80 \n" ); document.write( "t-10=m/4=80/4=20 \n" ); document.write( "t=30 \n" ); document.write( "Tom's age=30 \n" ); document.write( " |