document.write( "Question 765366: Martin’s Hardware is clearing out their inventory of bicycles and tricycles. The clerk rolls all of the bicycles and tricycles outside and arranges them in a line on the sidewalk. If the total number of bicycles and tricycles is 37 and the total number of wheels on all the bicycles and tricycles combined is 90, how many tricycles are in the line on the sidewalk? \n" ); document.write( "
Algebra.Com's Answer #466114 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Bicycles = x \n" ); document.write( "Tricycles = y \n" ); document.write( "x + y = 37....1 \n" ); document.write( "2x + 3y = 90...2 \n" ); document.write( "Multiply (1) by 3 \n" ); document.write( "3x + 3y = 111...3 \n" ); document.write( "2x + 3y = 90....2 \n" ); document.write( "Subtract (2) from (3) \n" ); document.write( "x = 21 \n" ); document.write( "Substitute x = 21 in (1) \n" ); document.write( "x + y = 37 \n" ); document.write( "21 + y = 37 \n" ); document.write( " y + 37 - 21 \n" ); document.write( " y = 16 \n" ); document.write( "So, there are 21 bicycles and \n" ); document.write( "16 tricycles. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |