document.write( "Question 464096: At what price should a dealer mark an aquarium in order that the selling price may be $980 after allowing a discount of 15% on the marked price???\r
\n" );
document.write( "\n" );
document.write( "Please help... \n" );
document.write( "
Algebra.Com's Answer #317895 by Theo(13342) You can put this solution on YOUR website! dealer wants the selling price to be $980. \n" ); document.write( "this price should include a discount of 15% on the marked price. \n" ); document.write( "this means that the marked price minus 15% should be equal to $980. \n" ); document.write( "let x equal the marked price. \n" ); document.write( "then x - .15 * x = 980. \n" ); document.write( "factor out the x to get (1-.15)*x = 980. \n" ); document.write( "simplify to get .85*x = 980. \n" ); document.write( "divide both sides of the equation by .85 to get x = 980/.85 \n" ); document.write( "simplify to get x = 1152.941176. \n" ); document.write( "that's what the marked price should be. \n" ); document.write( "the aquarium is marked as costing 1152.941176. \n" ); document.write( "with a discount of 15%, the selling price will be 1152.941176 minus .15 * 1152.941176, which becomes 980. \n" ); document.write( " \n" ); document.write( " |