document.write( "Question 1195779: A parking lot contains motorcycles (2 wheels) and cars (4 wheels).
\n" );
document.write( "There are 35 vehicles and 114 wheels. How many motorcycles and cars are
\n" );
document.write( "there? how to solve using elimination method \n" );
document.write( "
Algebra.Com's Answer #828303 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A parking lot contains motorcycles (2 wheels) and cars (4 wheels). \n" ); document.write( "There are 35 vehicles and 114 wheels. How many motorcycles and cars are \n" ); document.write( "there? how to solve using elimination method \n" ); document.write( "--------------- \n" ); document.write( "2M + 4C = 114 ---- # of wheels \n" ); document.write( "M + C = 35 \n" ); document.write( "--------------- \n" ); document.write( "2M + 4C = 114 --- divide by 2 \n" ); document.write( "M + 2C = 57 \n" ); document.write( "M + C = 35 \n" ); document.write( "-------------------- Subtract \n" ); document.write( "C = 22 \n" ); document.write( "etc. \n" ); document.write( " |