document.write( "Question 582661: Sorry, but I have to repeat the other question I have put because I need the equation to only use ONE variable, to be able to be solved by hand: \r
\n" ); document.write( "\n" ); document.write( "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.
\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?
\n" ); document.write( "Can you tell me the equation to find it? It's been bugging me for a while.\r
\n" ); document.write( "\n" ); document.write( "Ex: 2x + 2(320 - x) + ? = # of bikes or something.
\n" ); document.write( "

Algebra.Com's Answer #372158 by scott8148(6628)\"\" \"About 
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 (A)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"378 pedals\" ___ 2x + 2y + 4z = 378 (B)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"320 wheels\" ___ 2x + 3y + 2z = 320 (C)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtracting 2(A) from (B) ___ 2z = 90 ___ z = 45\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtracting 2(A) from (C) ___ y = 32\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtracting y and z from (A) ___ x = 67
\n" ); document.write( "
\n" );