document.write( "Question 943287: The price of a color printer is reduced by 30% of its original price. When it still does not sell, its price is redcuced by 20% of the reduced amount. The sales person informs you that there has been a total reduction of 50%. If the original price of the printer was $578, us the sales person correct? If not what was the actual percent reduction from the original price? \n" ); document.write( "
Algebra.Com's Answer #575067 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Say the original price was \"+p+\"
\n" ); document.write( "This price gets reduced by 30%
\n" ); document.write( "\"+p+-+.3p+=+.7p+\" is the 1st reduced price
\n" ); document.write( "-------------------
\n" ); document.write( "This price gets reduced by 20%
\n" ); document.write( "\"+.7p+-+.2%2A.7p+=+.7p%2A%28+1+-+.2+%29+\"
\n" ); document.write( "\"+.7p%2A.8+=+.56p+\"
\n" ); document.write( "------------------
\n" ); document.write( "The final price is \"+.56p+\" which means
\n" ); document.write( "the reduction from the original price
\n" ); document.write( "was \"+p+-+.56p+=+.44p+\"
\n" ); document.write( "44% reduction
\n" ); document.write( "----------------
\n" ); document.write( "If \"+p+=+578+\", then \"+.44%2A578+=+254.32+\"
\n" ); document.write( "$254.32 was taken off the original price
\n" ); document.write( "
\n" ); document.write( "
\n" );