document.write( "Question 381309: solve.\r
\n" );
document.write( "\n" );
document.write( "pop's cycle shop sells bicycles and tricycles. the number of bicycles is 1 less than 4 times the number of tricycles. all the bicycles ans tricycles together have a total of 174 wheels. how many bicycles are there? \n" );
document.write( "
Algebra.Com's Answer #270448 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! pop's cycle shop sells bicycles and tricycles. the number of bicycles is 1 less than 4 times the number of tricycles. all the bicycles ans tricycles together have a total of 174 wheels. how many bicycles are there? \n" ); document.write( "--------------------- \n" ); document.write( "Equations: \n" ); document.write( "Cycle Quantity: b = 4t-1 \n" ); document.write( "Wheel Quantity: 2b + 3t = 174 \n" ); document.write( "----------------------------------- \n" ); document.write( "Substitute for \"b\" and solve for \"t\": \n" ); document.write( "2(4t-1) + 3t = 174 \n" ); document.write( "8t-2 + 3t = 174 \n" ); document.write( "11t = 176 \n" ); document.write( "--- \n" ); document.write( "t = 16 (# of tricycles) \n" ); document.write( "--- \n" ); document.write( "Since b = 4t-1, b = 4*16-1 = 63 (# of bicycles) \n" ); document.write( "==================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |