document.write( "Question 1055112: The cost of a carpet 5m long is Rs2800 .If its breadth were 1m less ,the cost would have been Rs2100.Find the original breadth of the carpet.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #670511 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let n be the original breadth of the carpet. Assuming the cost per square foot of the carpet remains constant, then: \n" ); document.write( "2800/5n=2100/5(n-1) \n" ); document.write( "14000n-14000=10500n \n" ); document.write( "3500n=14000 \n" ); document.write( "n=4 \n" ); document.write( "The breadth of the carpet was originally 4m. ☺☺☺☺ \n" ); document.write( " |