document.write( "Question 260981: A bicyle shop has bicycles with 2 wheels and tricycles with 3 wheels. They have 15 different cycles for sale. The 15 cycles have 34 wheels. How many bicycles and tricycles does the shop have for sale? \n" ); document.write( "
Algebra.Com's Answer #192256 by Greenfinch(383)\"\" \"About 
You can put this solution on YOUR website!
Let the number of bicycles be B
\n" ); document.write( "Then the number of tricycles is 15 - B
\n" ); document.write( "No of wheels is thus 2B + 3(15 - B) = 34
\n" ); document.write( "2B + 45 -3B = 34
\n" ); document.write( "-B = - 11
\n" ); document.write( "So there are 11 bicycles and therefore 4 tricycles
\n" ); document.write( "
\n" );