document.write( "Question 582626: There are three types of bikes. A bicycle, tricycle, and tandem bikes. A bicycle as 2 wheels, 2 pedals, and 1 seat. A tricycle has 3 wheels, 2 pedals, and 1 seat. A tandem bike has 2 wheels, 4 pedals, and 2 seats.\r
\n" );
document.write( "\n" );
document.write( "How many of each are there if there are 144 front steering handlebars, 378 pedals, and 320 wheels? How many bicycles, tricycles, and tandem bikes?\r
\n" );
document.write( "\n" );
document.write( "Can you tell me the equation to find it? It's been bugging me for a while. \n" );
document.write( "
Algebra.Com's Answer #372140 by scott8148(6628) You can put this solution on YOUR website! let x=bikes, y=trikes, and z=tandems\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"there are 144 front steering handlebars\" ___ x + y + z = 144\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"378 pedals\" ___ 2x + 2y + 4z = 378\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"320 wheels\" ___ 2x + 3y + 2z = 320 \n" ); document.write( " |