document.write( "Question 57779: A moving company is looking to purchase a truck to expand their business. The company is in a city where the sales tax is 8%. There is also a $84 title and registration fee to pay. The company plans to spend at least $14,500 but no more than $17,000. What is the price range for the truck? \n" ); document.write( "
Algebra.Com's Answer #39467 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A moving company is looking to purchase a truck to expand their business. The company is in a city where the sales tax is 8%. There is also a $84 title and registration fee to pay. The company plans to spend at least $14,500 but no more than $17,000. What is the price range for the truck? \n" ); document.write( "Let x be the cost of the truck. \n" ); document.write( "Inequality: \n" ); document.write( "14500<=1.08x+84<=17000 \n" ); document.write( "Subtract 84 along the line to get: \n" ); document.write( "14416<=1.08x<=16916 \n" ); document.write( "Divide thru by 1.08 to get: \n" ); document.write( "13348.15<=x<=15662.96 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |