document.write( "Question 899334: Derek sold walking sticks. Had he charged $10 extra for each stick he would have made $1,800. However, had he sold 10 more sticks at the original price he would have made $2,000.
\n" );
document.write( "a) How many sticks did he sell?
\n" );
document.write( "b) How much was each stick? \n" );
document.write( "
Algebra.Com's Answer #545315 by hk(4)![]() ![]() ![]() You can put this solution on YOUR website! let us assume selling price of walking stick is 'x'and that he sold 'n'no of sticks.\r \n" ); document.write( "\n" ); document.write( "from information given:\r \n" ); document.write( "\n" ); document.write( "(x+10)*n=1800 ----- (I) and \n" ); document.write( "x*(n+10)= 2000 --------(II).\r \n" ); document.write( "\n" ); document.write( "from I, xn+10n = 1800; and from II xn+10x = 2000 \n" ); document.write( "solving the equations we get x = n+20. Putting this back in equation I, and solving for n, we get n= 30 (no of sticks sold). Hence price of stick ie. x is 50\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |