document.write( "Question 664371: There are 15 total bicycles and tricycles and there is a total of 37 wheels. How many tricycles are there? \n" ); document.write( "
Algebra.Com's Answer #413288 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
total of 15 bicycles and tricycles
\n" ); document.write( "total of 37 wheels.
\n" ); document.write( "how many tricycles?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let x = number of bicycles
\n" ); document.write( "let y = number of tricycles\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x + y = 15 (number of bicycles + number of tricycles = 15)
\n" ); document.write( "2x + 3y = 37 (number of bicycle wheels + number of tricycle wheels = 37)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you need to solve these 2 equations simultaneously.
\n" ); document.write( "use one of the equations to solve for y
\n" ); document.write( "use that value of for y to replace y in the second equation.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "we'll solve for y in the equation of x + y = 15 because it's easier to do.
\n" ); document.write( "start with x + y = 15
\n" ); document.write( "subtract x from both sides of the equation to get y = 15 - x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "replace y with 15 - x in the second equation.
\n" ); document.write( "second equation is 2x + 3y = 37
\n" ); document.write( "replace y with 15 - x to get 2x + 3 * (15 - x) = 37
\n" ); document.write( "simplify to get 2x + 45 - 3x = 37
\n" ); document.write( "combine like terms to get -x + 45 = 37
\n" ); document.write( "subtract 45 from both sides of the equation to get -x = 37 - 45
\n" ); document.write( "simplify to get -x = -8
\n" ); document.write( "divide both sides of the equation by -1 to get x = 8
\n" ); document.write( "since x + y = 15 and x = 8, then 8 + y = 15.
\n" ); document.write( "solve for y to get y = 7.
\n" ); document.write( "you now have x = 8 and y = 7
\n" ); document.write( "substitute 8 for x and 7 for y in both equations to confirm that these solutions are good.
\n" ); document.write( "x + y = 15 becomes 8 + 7 = 15 which becomes 15 = 15 which is true.
\n" ); document.write( "2x + 3y = 37 becomes 2*8 + 3*7 = 37 which becomes 16 + 21 = 37 which becomes 37 = 37 which is true.
\n" ); document.write( "the solutions for x and y are good.
\n" ); document.write( "x = 8
\n" ); document.write( "y = 7
\n" ); document.write( "question is how many tricycles are there?
\n" ); document.write( "answer is 7 because y represents the number of tricycles.
\n" ); document.write( "
\n" ); document.write( "
\n" );