document.write( "Question 327016: If you multiply the sale price per box times the number of boxes, that's your total price. But remember, these boxes are on sale. The regular price per box is the same as the number of boxes. Your total price will be 75 times the amount you are saving on each box. When you add the regular price for each box to my sale price for each box, the result is 7 time the amount you are saving on each box. How many boxes are there, and what sale price for each box?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #234604 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
let n = no. boxes
\n" ); document.write( "let s = sale price per box
\n" ); document.write( "let r = reg price per box
\n" ); document.write( ":
\n" ); document.write( "If you multiply the sale price per box times the number of boxes, that's your total price.
\n" ); document.write( "ns = total price
\n" ); document.write( ":
\n" ); document.write( "But remember, these boxes are on sale. The regular price per box is the same as the number of boxes.
\n" ); document.write( "n = r
\n" ); document.write( ":
\n" ); document.write( "Your total price will be 75 times the amount you are saving on each box.
\n" ); document.write( "ns = 75(r-s)
\n" ); document.write( "replace n with r
\n" ); document.write( "rs = 75r - 75s
\n" ); document.write( ":
\n" ); document.write( " When you add the regular price for each box to my sale price for each box, the result is 7 time the amount you are saving on each box.
\n" ); document.write( "r + s = 7(r-s)
\n" ); document.write( "r + s = 7r - 7s
\n" ); document.write( "s + 7s = 7r - r
\n" ); document.write( "8s = 6r
\n" ); document.write( "s = \"6%2F8\"r
\n" ); document.write( "s = .75r
\n" ); document.write( ":
\n" ); document.write( "In equation; rs = 75r - 75s, replace s with .75r
\n" ); document.write( ".75r*r = 75r - 75(.75r)
\n" ); document.write( ".75r^2 = 75r - 56.25r
\n" ); document.write( "Divide thru by r
\n" ); document.write( ".75r = 75 - 56.25
\n" ); document.write( ".75r = 18.75
\n" ); document.write( "r = \"18.75%2F.75\"
\n" ); document.write( "r = 25
\n" ); document.write( "then
\n" ); document.write( "$25 = reg price and 25 is the no. of units
\n" ); document.write( "Find the sale price
\n" ); document.write( "s = .75r
\n" ); document.write( "s = .75(25)
\n" ); document.write( "s = $18.75 is the sale price
\n" ); document.write( ":
\n" ); document.write( "Check solution in the statement:
\n" ); document.write( "\"Your total price will be 75 times the amount you are saving on each box.\"
\n" ); document.write( "25(18.75) = 75(25-18.75)
\n" ); document.write( "468.75 = 75*6.25
\n" ); document.write( "468.75 = 468.75, confirms our solution of
\n" ); document.write( "reg price: $25
\n" ); document.write( "no. units: 25 ea
\n" ); document.write( "sale price: $18,75
\n" ); document.write( "
\n" );