document.write( "Question 941439: A certain item was on sale for 30% off. The store then raised the price 20% above the sale price. What percentage of the original price is the final price \n" ); document.write( "
Algebra.Com's Answer #573863 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = original price \n" ); document.write( "--- \n" ); document.write( "final sale price: \n" ); document.write( "y = (0.70x)*1.20 \n" ); document.write( "y = 0.70*1.20x \n" ); document.write( "y = 0.84x \n" ); document.write( "--- \n" ); document.write( "final price as a percent of the original price: \n" ); document.write( "(y/x) * 100 \n" ); document.write( "(0.84x/x) * 100 \n" ); document.write( "0.84 * 100 \n" ); document.write( "84% \n" ); document.write( "--- \n" ); document.write( "Free algebra tutoring live chat: \n" ); document.write( "https://sooeet.com/chat.php?gn=algebra \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 with quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |