document.write( "Question 741025: This is my question written word for word:
\n" );
document.write( "The wheel shop sells other kinds of vehicles.There are bicycles and go-carts in a different room of the shop.Each bicycle has only one seat and two wheels and each go-cart has only one seat and only four wheels. There are a total of 21 seats and 54 wheels in that room.\r
\n" );
document.write( "\n" );
document.write( "How many are bicycles and how many are go-carts\r
\n" );
document.write( "\n" );
document.write( "Explain how you figured it out. \n" );
document.write( "
Algebra.Com's Answer #451820 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! We are given:\r \n" ); document.write( "\n" ); document.write( "The wheel shop sells other kinds of vehicles.There are bicycles and go-carts in a different room of the shop.Each bicycle has only one seat and two wheels and each go-cart has only one seat and only four wheels. There are a total of 21 seats and 54 wheels in that room. \r \n" ); document.write( "\n" ); document.write( "let x = number of bicycles, y = number of go-carts, then we have the following two equations:\r \n" ); document.write( "\n" ); document.write( "x+y=21 \n" ); document.write( "2x+4y=54\r \n" ); document.write( "\n" ); document.write( "solve second equation for x and we get \n" ); document.write( "x=27-2y\r \n" ); document.write( "\n" ); document.write( "substitute for x in equation 1 and we get\r \n" ); document.write( "\n" ); document.write( "27-2y+y=21 \n" ); document.write( "-y=-6 and y=6 and x=15\r \n" ); document.write( "\n" ); document.write( "so there are 15 bicycles and 6 go-carts\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |