document.write( "Question 5603: An item sells for $48 after a 20% discount. What was the original price of the item?
\n" );
document.write( "My answer was $60
\n" );
document.write( "Thanks
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #2907 by prince_abubu(198)![]() ![]() ![]() You can put this solution on YOUR website! Alright. Let's begin with the price that we don't know. Let's call it P.\r \n" ); document.write( "\n" ); document.write( "The problem says that they discounted 20%, right? You might now ask 20% of what? 20% of the original price. That translates to 0.20*P, the discount amount.\r \n" ); document.write( "\n" ); document.write( "Original price MINUS discount amount equals the discounted price.\r \n" ); document.write( "\n" ); document.write( "AKA, P - 0.20P = $48.00\r \n" ); document.write( "\n" ); document.write( " 0.80P = $48.00\r \n" ); document.write( "\n" ); document.write( " P = $60.00\r \n" ); document.write( "\n" ); document.write( "You're exactly right. \n" ); document.write( " |