document.write( "Question 721481: Now, there are a different number of ordinary bicycles, tandem bikes, and tricycles in the shop. there are 135 seats,118 front handlebars, and 269 wheels. how many regular bikes, tandem bikes, and tricycles are there? \n" ); document.write( "
Algebra.Com's Answer #442405 by AnlytcPhil(1806)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "We could also do it using algebra:\r\n" ); document.write( "\r\n" ); document.write( "Let x = the number of ordinary bicycles, \r\n" ); document.write( "Let y = the number of tandem bikes, and \r\n" ); document.write( "Let z = the number of tricycles\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "there are 135 seats,\r\n" ); document.write( "\r\n" ); document.write( "There are x seats on the ordinary bicycles, 2y seats on the tandem bikes,\r\n" ); document.write( "and z seats on the tricycles. So that gives us the equation:\r\n" ); document.write( "\r\n" ); document.write( "x + 2y + z = 135\r\n" ); document.write( "\r\n" ); document.write( "118 front handlebars, \r\n" ); document.write( "\r\n" ); document.write( "There are x front handlebars on the ordinary bicycles, y front handlebars on the tandem bikes, and z front handlebars on the tricycles. So that gives us the equation:\r\n" ); document.write( "\r\n" ); document.write( "x + y + z = 118\r\n" ); document.write( "\r\n" ); document.write( "and 269 wheels. \r\n" ); document.write( "\r\n" ); document.write( "There are 2x wheels on the ordinary bicycles, 2y wheels on the tandem bikes,\r\n" ); document.write( "and 3z seats on the tricycles. So that gives us the equation:\r\n" ); document.write( "\r\n" ); document.write( "2x + 2y + 3z = 269\r\n" ); document.write( "\r\n" ); document.write( "So the system of equations is\r\n" ); document.write( "\r\n" ); document.write( " x + 2y + z = 135\r\n" ); document.write( " x + y + z = 118\r\n" ); document.write( "2x + 2y + 3z = 269\r\n" ); document.write( "\r\n" ); document.write( "Solve that and get x=68 regular bikes, y=17 tandem bikes, and z=33 tricycles.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |