document.write( "Question 1182928: Imagine that the price per gallon of gas with a $7 car wash is $3.19 and the price without the car wash is $3.39. When is it worth it to buy the car wash? When is it worth it if the car wash costs $2? \n" ); document.write( "
Algebra.Com's Answer #813061 by Theo(13342)![]() ![]() You can put this solution on YOUR website! price per gallon of gas with 7 dollar car wash is 3.19. \n" ); document.write( "price per gallon of gas without the car wash is 3.39.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = total price \n" ); document.write( "x = number of gallons of gas. \n" ); document.write( "price of car wash is 7.00.\r \n" ); document.write( "\n" ); document.write( "total cost with car wash is y = 7 + 3.19 * x \n" ); document.write( "total cost without car wash is y = 3.39 * x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "it is worth it to buy the car wash when the total price with the car wash is less than the total price without the car wash.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the inequality for that is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "7 + 3.19 * x < 3.39 * x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 3.19 * x from both sides of that equation to get: \n" ); document.write( "7 <= 3.39 * x - 3.19 * x \n" ); document.write( "simplify to get: \n" ); document.write( "7 < .20 * x \n" ); document.write( "divide both sides by .2 to get: \n" ); document.write( "7/.20 < x \n" ); document.write( "simplify to get: \n" ); document.write( "35 < x \n" ); document.write( "this is the same as: \n" ); document.write( "x > 35\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if the number of gallons of gas is greater than 35, then it is cheaper to buy the gas with the car wash than without.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you buy exactly 35 gallons of gas, you will pay the same for with the car wash and without the car wash. \n" ); document.write( "7.00 + 3.19 * 35 = 118.65 \n" ); document.write( "3.39 * x = 118.65.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you buy 30 gallons of gas, you will pay less for without the car wash than with the car wash. \n" ); document.write( "7.00 + 3.19 * 30 = 102.7 \n" ); document.write( "3.39 * 30 = 101.7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you buy 40 gallons of gas, you will pay less for with the car wash than without the car wash. \n" ); document.write( "7.00 + 3.19 * 40 = 134.6 \n" ); document.write( "3.39 * 40 = 135.6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if the car wash costs 2 dollars instead of 7, then the equations are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 2 + 3.19 * x for with the car wash. \n" ); document.write( "y = 3.39 * x for without the car wash.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the total cost for with the car wash will be less than the total cost without the car wash when 2.00 + 3.19 * x <= 3.39 * x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 3.19 * x from both sides to get: \n" ); document.write( "2 < .20 * x \n" ); document.write( "divide both sides by .2 to get: \n" ); document.write( "2/.2 < x \n" ); document.write( "simplify to get: \n" ); document.write( "10 < x \n" ); document.write( "this is the same as x > 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the break even point is when x = 10 \n" ); document.write( "you pay less without the car wash when x < 10 \n" ); document.write( "you pay less with the car wash when x > 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 10, you pay the same with or without the car wash. \n" ); document.write( "2 + 3.19 * 10 = 33.9 \n" ); document.write( "3.39 * 10 = 33.9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 9, you pay less without the car wash. \n" ); document.write( "2 + 3.19 * 9 = 30.71 \n" ); document.write( "3.39 * 9 = 30.51\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when x = 11, you pay less with the car wash. \n" ); document.write( "2 + 3.19 * 11 = 37.09 \n" ); document.write( "3.39 * 11 = 37.29 \n" ); document.write( " \n" ); document.write( " |