document.write( "Question 541001: a teacher is four times as old as a student. in 30 years, the students age will be half of the teachers age. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #353968 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! a teacher is four times as old as a student. in 30 years, the students age will be half of the teachers age. How old are they now \n" ); document.write( ".. \n" ); document.write( "let x=student's current age \n" ); document.write( "4x=teacher's current age \n" ); document.write( "30 years hence \n" ); document.write( "student's age=x+30 \n" ); document.write( "teacher's age=4x+30 \n" ); document.write( "(x+30)/(4x+30)=1/2 \n" ); document.write( "2x+60=4x+30 \n" ); document.write( "2x=30 \n" ); document.write( "x=15 \n" ); document.write( "ans: \n" ); document.write( "student's current age=15 \n" ); document.write( "teacher's current age=60 \n" ); document.write( " |