document.write( "Question 661541: Stephanie wants to buy some purses that are on sale for 30% off the original price of $120. The shipping cost is $15. Write an algebraic expression to represent the total cost of the purses. Let x represent the number of purses she is buying.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #411669 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! Convert 30% into a decimal \n" ); document.write( "30/100 = .3 \n" ); document.write( "Calculate the discount \n" ); document.write( ".3(120) = 36 off the original 120 price \n" ); document.write( "120 - 36 = 84 for each purse \n" ); document.write( "84x+15 = total cost of purses \n" ); document.write( "As one combined expression \n" ); document.write( "[120-(.3)(120)]x + 15 = total cost \n" ); document.write( " |