document.write( "Question 427609: a biker can travel at a speed of x km/h over a distance of 15km. if the biker reduces his speed by 2km/h he will only manage to travel 10km for the same time Calculate x \n" ); document.write( "
Algebra.Com's Answer #297374 by mananth(16946)![]() ![]() You can put this solution on YOUR website! t=d/r \n" ); document.write( "t = same\r \n" ); document.write( "\n" ); document.write( "15/x= 12/x-2 \n" ); document.write( "15(x-2)=12x \n" ); document.write( "15x-30=12x \n" ); document.write( "15x-12x=30 \n" ); document.write( "3x=30 \n" ); document.write( "x=10 \n" ); document.write( " |