document.write( "Question 907247: Donna is going to rent a truck for one day. There are two companies she can choose from, and they have the following prices.
\n" );
document.write( "Company A has no initial fee but charges $.80 for every mile driven.
\n" );
document.write( "Company B charges an initial fee of $50 and an additional $.50 for every mile driven.
\n" );
document.write( "For what milleage will Company A charge more than Company B? \n" );
document.write( "
Algebra.Com's Answer #550230 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! Company A - 0 + .8x (where x is miles driven) \n" ); document.write( "Company B - 50 + .5x \n" ); document.write( "To find when they are equal, set them against each other and solve for x. \n" ); document.write( ".8x = 50 + .5x \n" ); document.write( "Subtract .5x from each side \n" ); document.write( ".3x = 50 \n" ); document.write( "Divide each side by .3 \n" ); document.write( "x = 166 \n" ); document.write( "If you drive 166 miles or less, Company A is the better deal \n" ); document.write( "If you drive 167 miles or more, Company B is the better deal \n" ); document.write( "With 166 miles, Company A charges .8 * 166 or $132.80 while Company B will charge 50 + (166*.5), or $133 \n" ); document.write( "With 167 miles, Company A charges $133.60 while Company B charges $133.50 \n" ); document.write( " |