document.write( "Question 1168403: John commutes each day to work either by train or by bus. The bus pass costs $10 plus $2 per trip. The train costs $15 plus $1.50 per trip. What is the most number of trips John can make before the bus costs more than the train?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #792994 by ikleyn(52797)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( " Bus Train\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 10 + 2n = 15 + 1.50*n\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "You do the rest.\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |