document.write( "Question 56996: Cycly Paths, Inc. makes bicycles, tricycles, and unicycles. 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 #38741 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Cycly Paths, Inc. makes bicycles, tricycles, and unicycles. 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( "---------- \n" ); document.write( "Let number of unicycles be \"x\" \n" ); document.write( "Then number of bicycles is \"x+88\" \n" ); document.write( "Number of tricycles is \"5x\" \n" ); document.write( "EQUATION: \n" ); document.write( "# bicycles = # tricycles + 40 \n" ); document.write( "x+88 = 5x + 40 \n" ); document.write( "4x=48 \n" ); document.write( "x=12 (this is the number of unicycles) \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |