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 #545324 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 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?\r \n" ); document.write( "\n" ); document.write( "let number of walking sticks sold be x \n" ); document.write( "and price of walking stick =y\r \n" ); document.write( "\n" ); document.write( "(y+10)*x=1800\r \n" ); document.write( "\n" ); document.write( "(x+10)*y = 2000\r \n" ); document.write( "\n" ); document.write( "x=1800/y\r \n" ); document.write( "\n" ); document.write( "((1800/(y+10)) +10)*y = 2000\r \n" ); document.write( "\n" ); document.write( "(1800+10y+100)*y/(y+10)=2000\r \n" ); document.write( "\n" ); document.write( "1800y+10y^2+100y=2000y+20000\r \n" ); document.write( "\n" ); document.write( "10y^2-100y-20000=0\r \n" ); document.write( "\n" ); document.write( "/10 \n" ); document.write( "y^2-10y-2000=0\r \n" ); document.write( "\n" ); document.write( "y^2-50y+40y-2000=0\r \n" ); document.write( "\n" ); document.write( "y(y-50)+40(y-50)=0\r \n" ); document.write( "\n" ); document.write( "(y-50)(y+40) = 0 \n" ); document.write( "y= 50 the positive value the price of the stick\r \n" ); document.write( "\n" ); document.write( "plug y to get x\r \n" ); document.write( "\n" ); document.write( "x= 30 number of sticks\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |