document.write( "Question 1130634: Suppose you work for a shuttle service. You see the following spreadsheet that gives information about what your company will charge for rides of different lengths.
\n" );
document.write( "Write a statement that tells how the fare is calculated based on the number of miles.\r
\n" );
document.write( "\n" );
document.write( "10 miles costs $5.50
\n" );
document.write( "15 miles costs $6.75
\n" );
document.write( "20 miles costs $8.00 \n" );
document.write( "
Algebra.Com's Answer #747262 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! from 10 to 15 mi: \n" ); document.write( "fare increases $1.25 \n" ); document.write( "from 15 to 20 mi: \n" ); document.write( "fare increases $1.25 \n" ); document.write( "-------------------------- \n" ); document.write( "[ fare increase ] / [ additional 5 mi traveled ] = \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |