document.write( "Question 928210: A particular style of pants cost the retailer $80 per pair. At what price should the retailer mark them so he can sell them at a 20% discount off the selling price and still make 30% profit on his cost? \n" ); document.write( "
Algebra.Com's Answer #563528 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = target selling price for a 30% profit relative to cost \n" ); document.write( "x = 80 * 1.30 \n" ); document.write( "x = 104 \n" ); document.write( "--- \n" ); document.write( "y = target retail price, which allows for a 20% mark-down to the x target-price \n" ); document.write( "x = 0.80y \n" ); document.write( "104 = 0.80y \n" ); document.write( "y = 104 / 0.80 \n" ); document.write( "y = 130 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "he should mark the retail price at $130 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |