document.write( "Question 939056: In a sale, there is twenty-five per cent off all prices.
\n" );
document.write( "A tv costs £90 in the sale.
\n" );
document.write( "How much was it before the sale?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #572134 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! Let x be the cost of TV before sale \n" ); document.write( "In sale,cost=£90 \n" ); document.write( "25% off on price \n" ); document.write( "Off on price=25%of x \n" ); document.write( " = \n" ); document.write( "=0.25 x \n" ); document.write( "Hence x-0.25x=90 \n" ); document.write( " X(1-0.25)=90 \n" ); document.write( "X(0.75)=90 \n" ); document.write( "Divide with 0.75 on both sides \n" ); document.write( " \n" ); document.write( "X=120 \n" ); document.write( "Result:price before sale(x)=£120 \n" ); document.write( " |