document.write( "Question 1170623: What is the answer to A shipment from a toy factory has a total of 65 unicycles, bicycles, and skateboards combined. The shipment had 160 total wheels. The number of bicycles wheels was the same as the number of skateboard wheels. Create and solve a system of equations to find how many each type of toy was in the shipment. Also I need to show my work.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #795472 by Theo(13342) You can put this solution on YOUR website! u = number of unicycles \n" ); document.write( "b = number of bicycles \n" ); document.write( "s = number of skateboards.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "u + b + s = 65\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the shipment had a total of 160 wheels. \n" ); document.write( "the number of bicycle wheels was the same as the number of skateboard wheels.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the number of wheels per unicycle = 1. \n" ); document.write( "the number of wheels per bicycle = 2 \n" ); document.write( "the number of wheels per skateboard = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation for this is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "u + 2 * b + 4 * s = 160\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you are given that the number of bicycle wheels was the same as the number of skateboard wheels.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation for this is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2 * b = 4 * s\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have 3 equations that needs to be solved simultaneously.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "u + b + s = 65 \n" ); document.write( "u + 2 * b + 4 * s = 160 \n" ); document.write( "2 * b = 4 * s\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the equation of 2 * b = 4 * s, solve for b to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b = 2 * s\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace b with 2 * s in the other 2 equations to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "u + 2 * s + s = 65 \n" ); document.write( "u + 2 * (2 * s) + 4 * s = 160\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combine like terms to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "u + 3 * s = 65 \n" ); document.write( "u + 8 * s = 160\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract the first equation from the second to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5 * s = 95\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for s to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "s = 19\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since b = 2 * s, then b = 38\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the equation of u + b + s = 65, replace b with 38 and s with 19 to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "u + 38 + 19 = 65\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for u to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "u = 65 - 38 - 19 = 8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "number of unicycles = 8 \n" ); document.write( "number of bicycles = 38 \n" ); document.write( "number of skateboards = 19\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "confirm your solution by replacing u and b and s with those numbers in both original equations to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "u + b + s = 65 becomes 8 + 38 + 19 = 65 which becomes 65 = 65, confirming the first equation is true with those numbers.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "u + 2b + 4s = 160 becomes 8 + 76 + 76 = 160 which becomes 160 = 160, confirming the second equation is true with those number.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in addition, the number of wheels on the bicycles is equal to the number of wheels on the skateboards which was one of the pieces of given information in the problem.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "consequently, the solution is confirmed to be good.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |