document.write( "Question 1203904: The Sport Shop in town sells bicycles and tricycles.
\n" );
document.write( "While looking around, Alyson counted 133 wheels and 45 total cycles.
\n" );
document.write( "How many tricycles are in the store?
\n" );
document.write( "While you may find the number of bicycles, do not include that in your answer. \r
\n" );
document.write( "\n" );
document.write( "I know the answer is 43 but how? \n" );
document.write( "
Algebra.Com's Answer #839845 by MathTherapy(10552)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "The Sport Shop in town sells bicycles and tricycles.\r\n" ); document.write( "While looking around, Alyson counted 133 wheels and 45 total cycles.\r\n" ); document.write( "How many tricycles are in the store?\r\n" ); document.write( "While you may find the number of bicycles, do not include that in your answer. \r\n" ); document.write( "\r\n" ); document.write( "I know the answer is 43 but how?\r\n" ); document.write( "\r\n" ); document.write( "Let number of tricycles be T\r\n" ); document.write( "Then number of bicycles = 45 - T\r\n" ); document.write( "Number of wheels on bicycles and tricycles are 2 and 3, respectively\r\n" ); document.write( "With total number of wheels being 133, we get: 3T + 2(45 - T) = 133\r\n" ); document.write( " 3T + 90 - 2T = 133\r\n" ); document.write( " 3T - 2T = 133 - 90\r\n" ); document.write( " Number of tricycles, or T = 43\n" ); document.write( " |