document.write( "Question 927193: A store offers 3 for the price of 2. What is the implied discount \n" ); document.write( "
Algebra.Com's Answer #562782 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = regular price of one item \n" ); document.write( "y = discounted price of one item \n" ); document.write( "--- \n" ); document.write( "3y = 2x \n" ); document.write( "y = (2/3)x \n" ); document.write( "--- \n" ); document.write( "implied discount: \n" ); document.write( "x - y \n" ); document.write( "x - (2/3)x \n" ); document.write( "(3/3)x - (2/3)x \n" ); document.write( "(1/3)x \n" ); document.write( "0.333333x \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "33% off regular price \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( " |