document.write( "Question 522011: Mr Kumar lives in the eastern part of Singapore. He visits his aged parents, who lives 36km away, every weekend. He finds that if he increases the average speed of his vehicle by 12km/h, he could save 9 minutes of his travelling time. Find the speed at which he travels before the increase in speed. \n" ); document.write( "
Algebra.Com's Answer #346662 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Mr Kumar lives in the eastern part of Singapore. He visits his aged parents, who lives 36km away, every weekend. He finds that if he increases the average speed of his vehicle by 12km/h, he could save 9 minutes of his travelling time. Find the speed at which he travels before the increase in speed. \n" ); document.write( "** \n" ); document.write( "let x= Mr Kumar's speed initially \n" ); document.write( "x+12= Mr Kumar's increased speed \n" ); document.write( "Travel time=distance/speed \n" ); document.write( "9 minutes=9/60=.15 hr \n" ); document.write( "36/x-36/(x+12)=.15 \n" ); document.write( "LCD:x(x+12) \n" ); document.write( "36(x+12)-36x=.15x(x^2+12x) \n" ); document.write( "36x+432-36x=.15x^2+1.8x \n" ); document.write( ".15x^2+1.8x-432=0 \n" ); document.write( "let student solve for x by quadratic formula below: \n" ); document.write( " \n" ); document.write( ".. \n" ); document.write( "x=48 \n" ); document.write( "or \n" ); document.write( "x=-60 (reject) \n" ); document.write( "ans: \n" ); document.write( "Mr Kumar's initial speed was 48 km/hr \n" ); document.write( " |