document.write( "Question 930406: The first discount on a camera was 18%. The second discount was 20%. After these two discounts the price was $328. What was the original price? \n" ); document.write( "
Algebra.Com's Answer #564959 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = original price \n" ); document.write( "--- \n" ); document.write( "(1 - 0.20)((1 - 0.18)x) = 328 \n" ); document.write( "(0.80)((0.82)x) = 328 \n" ); document.write( "(0.80)*(0.82)x = 328 \n" ); document.write( "x = 328/( (0.80)*(0.82) ) \n" ); document.write( "x = 500 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "the original price = $500 \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( " |