document.write( "Question 318090: at a bicycle store there were a bunch of bicycles and tricycles. If there were 32 seats and 72 wheels, how many bicycles and how many tricycles were there \n" ); document.write( "
Algebra.Com's Answer #227764 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let t be the number of tricycles. \n" ); document.write( "tricycle wheels + bicycle wheels = 72 \n" ); document.write( "3t+2(32-t)=72 \n" ); document.write( "3t+64-2t=72 \n" ); document.write( "t=8 \n" ); document.write( "32-8=24 bicycles \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |