document.write( "Question 210910: A local deprtment store is having a sale in which you receive $30 off any purchase over $50. A competing store is offering 30% off all purchases over $50. Write and graph two equations that describe the prices at both stores. \n" ); document.write( "
Algebra.Com's Answer #159335 by Theo(13342)![]() ![]() You can put this solution on YOUR website! store A is giving $30 off any purchase >= $50.00 \n" ); document.write( "store B is giving 30% off all purchases >= $50.00 \n" ); document.write( "----- \n" ); document.write( "let x = amount of purchase over 50 dollars. \n" ); document.write( "let y = total amount paid by customer. \n" ); document.write( "----- \n" ); document.write( "for store A: \n" ); document.write( "----- \n" ); document.write( "y = x + 50 - 30 which becomes: \n" ); document.write( "y = x + 20 \n" ); document.write( "----- \n" ); document.write( "for store B: \n" ); document.write( "----- \n" ); document.write( "y = .7*(x+50) \n" ); document.write( "----- \n" ); document.write( "no discount: \n" ); document.write( "----- \n" ); document.write( "y = (x+50) \n" ); document.write( "----- \n" ); document.write( "in the following graph: \n" ); document.write( "the slanted line that crosses the y axis on top of the other slanted lines is the line that represents the purchase price without any discounts. \n" ); document.write( "the slanted line that crosses the y axis in between the top slanted line and the bottom slanted line is the line that represents the purchase price with a 30% discount for all purchases over $50.00 \n" ); document.write( "the slanted line that crosses the y axis below the other slanted lines is the line that represents the purchase price with a $30.00 discount on all orders over $50.00 \n" ); document.write( "----- \n" ); document.write( "x represents purchase price over $50.00 \n" ); document.write( "discount starts at $50.00 \n" ); document.write( "y represents the purchase price including any applicable discounts. \n" ); document.write( "----- \n" ); document.write( "when x = 0: \n" ); document.write( "y = $50.00 without a discount. \n" ); document.write( "y = $20.00 with a $30.00 discount. \n" ); document.write( "y = $35.00 with a 30% discount. \n" ); document.write( "----- \n" ); document.write( "when x = $409.00: \n" ); document.write( "y = $459.00 without a discount. \n" ); document.write( "y = $429.00 with a $30.00 discount. \n" ); document.write( "y = $321.30 with a 30% discount. \n" ); document.write( "----- \n" ); document.write( "the larger the purchase price, the better the discount with the 30% off the total purchase price. \n" ); document.write( "----- \n" ); document.write( "the following graph shows the relationships expressed above. \n" ); document.write( "horizontal lines represent the total purchase price at x = $409.00. \n" ); document.write( "vertical line represents x = $409.00 \n" ); document.write( "intersection of the horizontal with the vertical lines show the values for y when x = $409.00 for the different discounts shown above. \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( "----- \n" ); document.write( "next graph shows the tradeoff point where 30% discount starts getting better than $30.00 discount. \n" ); document.write( "----- \n" ); document.write( "the point where the 30% discount starts getting better than the $30.00 discount is when the total purchase price over $50.00 equals $50.00 \n" ); document.write( "the total purchase price without a discount equals $100.00 as indicated in the second graph below. \n" ); document.write( "the total purchase with a $30.00 discount equals $70.00 \n" ); document.write( "the total purchase with a 30% discount equals $70.00 \n" ); document.write( "after that the 30% discount provides the most savings as evidenced by the lower total purchase price when x > 50. \n" ); document.write( "the horizontal lines in the second graph below show the $100 purchase price without a discount and a $70 purchase price with either discount. this is at the point where the vertical line shows x to be $50.00 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |