document.write( "Question 549469: Bob and Jill went on a bike trip. They took a bus to their starting point and then biked the rest. They traveled 300 kilometers, and they biked 70 kilometers more than they were bussed. Let x=kilometers traveled by bike and y=kilometers traveled by bus. How many kilometers traveled by bike?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #357836 by TutorDelphia(193) You can put this solution on YOUR website! They traveled a total of 300km \n" ); document.write( "b+y=300\r \n" ); document.write( "\n" ); document.write( "They biked 70 more km than they bused \n" ); document.write( "b=y+70\r \n" ); document.write( "\n" ); document.write( "Sub in y+70 for b \n" ); document.write( "y+70+y=300 \n" ); document.write( "combine like terms \n" ); document.write( "2y+70=300 \n" ); document.write( "subtract 70 from both sides \n" ); document.write( "2y=230 \n" ); document.write( "divide both sides by 2 \n" ); document.write( "y=115 \n" ); document.write( "sub in 115 for b \n" ); document.write( "b=115+70\r \n" ); document.write( "\n" ); document.write( "b=185 \n" ); document.write( " |