document.write( "Question 1041782:  A bicycle dealer allows 10% discount and still makes a profit of 20% on his bicycle.
\n" );
document.write( "If the total profit he makes is rs 150 find the list price of the cycle. \n" );
document.write( "
| Algebra.Com's Answer #656758 by jorel555(1290)      You can put this solution on YOUR website! If 150 represents his profit, which is 20%, then his price is: \n" ); document.write( ".20n=150 \n" ); document.write( "n=150/.2=750 \n" ); document.write( "If 750 is 90% of the list price, then: \n" ); document.write( ".9n=750 \n" ); document.write( "n=750/.9=rs 833.33 is the list price of the bicycle. ☺☺☺☺ \n" ); document.write( " \n" ); document.write( " |