document.write( "Question 987181: Jane enters a two-part race.
\n" );
document.write( "(A) she cycles for 2 hours at a speed of (x+8) kilometres per hour.
\n" );
document.write( "Write down an expression in x for the distance cycled.
\n" );
document.write( "(B) she then runs for 30 minutes at a speed of x kilometres per hour.
\n" );
document.write( "Write down an expression in x for the distance ran.
\n" );
document.write( "(C) the total distance of the race is 46 kilometres. Calculate Jane's running speed. \n" );
document.write( "
Algebra.Com's Answer #607968 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "(A) Distance cycled=(2hr)(x+8 km/hr)=2x+16 km \n" ); document.write( ". \n" ); document.write( "(B) Distance ran=(0.5hr)(x km/hr)=0.5x km \n" ); document.write( ". \n" ); document.write( "(C) x=running speed \n" ); document.write( ". \n" ); document.write( "Distance cycled + Distance ran = Total distance \n" ); document.write( "(2x+16 km)+ (0.5x km) = 46 km \n" ); document.write( "2.5x+16=46km \n" ); document.write( "2.5x=30km \n" ); document.write( "x=12 km/hr \n" ); document.write( ". \n" ); document.write( "ANSWER: Jane's running speed was 12 km/hr. \n" ); document.write( " |