document.write( "Question 33142: A company makes unicycles,bicycles and tricycles. Last week they made 88 more bicycles than unicycles, and 5 times as many tricycles as unicycles. If they made 40 more bicycles than tricycles, how many unicycles did they make? \n" ); document.write( "
Algebra.Com's Answer #19570 by sarah_adam(201)![]() ![]() ![]() You can put this solution on YOUR website! Let Number of Bicycles,Unicycles and Tricycles be B,U and T respectively \n" ); document.write( "given : \n" ); document.write( "B = 88+ U \n" ); document.write( "T = 5U \n" ); document.write( "B = 40+T \n" ); document.write( "88+U = 40 +T \n" ); document.write( "88+U = 40 + 5U \n" ); document.write( "5U - U = 88 - 40 \n" ); document.write( "4U = 44 \n" ); document.write( "U = 12 \n" ); document.write( "Number of unicycles are 12 \n" ); document.write( " |