document.write( "Question 201837: Bonnie has three types of weights. Barbells all have the same weight. Doughnuts all have the same weight. Spheres all have the same weight.. She does not know haw much each eaight weighs but she does know, a barbell and two spheres weigh 24lbs, a barbell, 2 doughnuts and 2 spheres weigh 34 lbs, and 2 barbells, 1 doughnut and 1 sphere weigh 32 lbs. How much do the individuals weigh? \n" ); document.write( "
Algebra.Com's Answer #152074 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let B = weight of 1 barbell \n" ); document.write( "let D = weight of 1 doughnut \n" ); document.write( "let S = weight of 1 sphere \n" ); document.write( "formulas to work with are: \n" ); document.write( "1B + 2S = 24 \n" ); document.write( "1B + 2S + 2D = 34 \n" ); document.write( "2B + 1S + 1D = 32 \n" ); document.write( "first 2 formulas will allow us to get the value of D. \n" ); document.write( "since 1B + 2S = 34 and 1B + 2S + 2D = 35, then \n" ); document.write( "D must = 5 \n" ); document.write( "we found this out by subtracting the second equation from the first. \n" ); document.write( "We were left with 2D = 10. \n" ); document.write( "we divided both sides of the equation by 2 to get \n" ); document.write( "D = 5 \n" ); document.write( "now that we know the value of D, we can use that in the remaining equations. \n" ); document.write( "the equation \n" ); document.write( "2B + 1S + 1D = 32 becomes \n" ); document.write( "2B + 1S + 5 = 32 \n" ); document.write( "we subtract 5 from both sides of the equation to get \n" ); document.write( "2B + 1S = 27 \n" ); document.write( "we can combine this with the first equation of \n" ); document.write( "1B + 2S = 24 \n" ); document.write( "to find the value of the remaining variables. \n" ); document.write( "we take the 2 equations and solve them simultaneously. \n" ); document.write( "we have \n" ); document.write( "1B + 2S = 24 \n" ); document.write( "2B + 1S = 27 \n" ); document.write( "to eliminate one of the variable we need to manipulate one or both of the equations. \n" ); document.write( "we take the first equation and multiply both sides by 2. This does not change the equality of that equation even though the number of variables involved is different. \n" ); document.write( "that equation becomes \n" ); document.write( "2B + 4S = 48 \n" ); document.write( "we now have 2 equations that we subtract from each other to eliminate one of the variables. \n" ); document.write( "those equations are: \n" ); document.write( "2B + 4S = 48 \n" ); document.write( "2B + 1S = 27 \n" ); document.write( "subtract the bottom one from the top to get \n" ); document.write( "3S = 21 \n" ); document.write( "divide both sides of that equation by 3 to get \n" ); document.write( "S = 7 \n" ); document.write( "we now know that \n" ); document.write( "D = 5 \n" ); document.write( "S = 7 \n" ); document.write( "we substitute in any one of the equations to get the remaining variable. \n" ); document.write( "take \n" ); document.write( "2B + 1S = 27 \n" ); document.write( "substitute 7 for S to get \n" ); document.write( "2B + 7 = 27 \n" ); document.write( "subtract 7 from both sides of the equation to get \n" ); document.write( "2B = 20 \n" ); document.write( "divide both sides of the equation by 10 to get \n" ); document.write( "B = 10 \n" ); document.write( "we now have: \n" ); document.write( "B = 10 \n" ); document.write( "D = 5 \n" ); document.write( "S = 7 \n" ); document.write( "which is the answer we are looking for. \n" ); document.write( "substituting in all of the equations makes them all true so the values we calculated are good. \n" ); document.write( "for example: \n" ); document.write( "1B + 2S + 2D = 34 \n" ); document.write( "substituting in the equations gets \n" ); document.write( "1*10 + 2*7 + 2*5 = 34 \n" ); document.write( "which becomes \n" ); document.write( "10 + 14 + 10 = 34 \n" ); document.write( "which becomes \n" ); document.write( "34 = 34 \n" ); document.write( "which is true. \n" ); document.write( "the other equations check out as well. \n" ); document.write( "your answer is \n" ); document.write( "weight of one barbell = 10 pounds \n" ); document.write( "weight of one sphere = 7 pounds \n" ); document.write( "weight of one doubhnut = 5 pounds \n" ); document.write( " \n" ); document.write( " |