document.write( "Question 855172: 1. Divide 8 into two parts such that the sum of their squares is 34.\r
\n" );
document.write( "\n" );
document.write( "2. $9000 were divided equally among a certain number of persons. Had there been 20 persons more, each would have got $160 less. Find the original number of persons. \n" );
document.write( "
Algebra.Com's Answer #515127 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x = one of the parts. \n" ); document.write( "let y = the other of the parts. \n" ); document.write( "you get: \n" ); document.write( "x*y = 8 ***** first equation \n" ); document.write( "x^2 + y^2 = 34 ***** second equation \n" ); document.write( "solve for x in the first equation to get: \n" ); document.write( "x = 8/y \n" ); document.write( "substitute for x in the second equation to get: \n" ); document.write( "(8/y)^2 + y^2 = 34 \n" ); document.write( "simplify this equation to get: \n" ); document.write( "64/y^2 + y^2 = 34 \n" ); document.write( "multiply both sides of this equation by y^2 to get: \n" ); document.write( "64 + y^4 = 34y^2 \n" ); document.write( "reorder the terms to get: \n" ); document.write( "y^4 + 64 = 34y^2 \n" ); document.write( "subtract 34y^2 from both sides of this equation to get: \n" ); document.write( "y^4 - 34y^2 + 64 = 0 \n" ); document.write( "factor this equation to get: \n" ); document.write( "(y^2 - 32) * (y^2 - 2) = 0 \n" ); document.write( "solve for y^2 in each of the factors to get: \n" ); document.write( "y^2 = 32 \n" ); document.write( "y^2 = 2 \n" ); document.write( "solve for y in each of these equations to get: \n" ); document.write( "y = + sqrt(32) \n" ); document.write( "y = - sqrt(32) \n" ); document.write( "y = + sqrt(2) \n" ); document.write( "y = - sqrt(2) \n" ); document.write( "for each of these values of y, solve for x using the first equation. \n" ); document.write( "first equation is: \n" ); document.write( "x * y = 8 \n" ); document.write( "solve for x in this equation to get: \n" ); document.write( "x = 8/y \n" ); document.write( "use the values of y you just solved for to get the (x,y) pairs that will be the possible solutions to this problem. \n" ); document.write( "you get: \n" ); document.write( "when y = + sqrt(32), x = + 8/sqrt(32) \n" ); document.write( "when y = - sqrt(32), x = - 8/sqrt(32) \n" ); document.write( "when y = + sqrt(2), x = + 8/sqrt(2) \n" ); document.write( "when y = - sqrt(2), x = - 8/sqrt(2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "those are your possible solutions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can confirm by multiplying x * y to make sure you get 8. \n" ); document.write( "you can also confirm by adding x^2 + y^2 to make sure you get 34. \n" ); document.write( "i'll do one of the possible solutions to show you. \n" ); document.write( "you can do the rest. \n" ); document.write( "when x = 8/sqrt(32) and y = sqrt(32), you get: \n" ); document.write( "x * y = sqrt(32) * 8/sqrt(32) which is equal to 8. \n" ); document.write( "x^2 + y^2 = (8/sqrt(32))^2 + sqrt(32)^2 which is equal to: \n" ); document.write( "8^2 / sqrt(32)^2 + sqrt(32)^2 which is equal to: \n" ); document.write( "64 / 32 + 32 which is equal to: \n" ); document.write( "2 + 32 which is equal to 34.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can also graph your original equations to find the intesection points. \n" ); document.write( "those intersection points will agree with the solution just shown above. \n" ); document.write( "that graph looks like: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sqrt(32) is equal to approximately 5.7 \n" ); document.write( "sqrt(2) is equal to approximately 1.4 \n" ); document.write( "8/sqrt(32) is equal to approximately 1.4 \n" ); document.write( "8/sqrt(2) is equal to approximately 5.7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "note that sqrt(32) is the same as 8/sqrt(2) and sqrt(2) is the same as 8/sqrt(32). \n" ); document.write( "this could throw you off but that's perfectly legitimate in this case. \n" ); document.write( "i'll show you one of them and you can prove the other one to yourself.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i'll show you why sqrt(32) is the same as 8 / sqrt(2) \n" ); document.write( "start with sqrt(32) = 8/sqrt(2) \n" ); document.write( "square both sides of this equation to get: \n" ); document.write( "32 = 64 / 2 \n" ); document.write( "simplify to get: \n" ); document.write( "32 = 32 \n" ); document.write( "this confirms they are equivalent. \n" ); document.write( "another way to confirm it is: \n" ); document.write( "start with sqrt(32) = 8/sqrt(2) \n" ); document.write( "multiply both sides of this equation by sqrt(2) to get: \n" ); document.write( "sqrt(32) * sqrt(2) = 8 \n" ); document.write( "since sqrt(a) * sqrt(b) = sqrt(a*b), this equation becomes: \n" ); document.write( "sqrt(32*2) = 8 \n" ); document.write( "simplify to get: \n" ); document.write( "sqrt(64) = 8 \n" ); document.write( "simplify further to get: \n" ); document.write( "8 = 8 \n" ); document.write( "the equality is confirmed again, only using a different method, both of which follow the rules of mathematical operations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solutions to this problem are:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when y = + sqrt(32), x = + 8/sqrt(32) \n" ); document.write( "when y = - sqrt(32), x = - 8/sqrt(32) \n" ); document.write( "when y = + sqrt(2), x = + 8/sqrt(2) \n" ); document.write( "when y = - sqrt(2), x = - 8/sqrt(2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now we'll look at your second question. \n" ); document.write( "that question is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2. $9000 were divided equally among a certain number of persons. Had there been 20 persons more, each would have got $160 less. Find the original number of persons.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x = number of people \n" ); document.write( "let y = amount each person received originally\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get 2 equations. \n" ); document.write( "y = 9000/x ***** first equation \n" ); document.write( "(y-160) = 9000 / (x+20) ***** second equation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "add 160 to both sides of the second equation to get: \n" ); document.write( "y = 9000 / (x+20) + 160\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since 9000/x and 9000 / (x+20) + 160 are both equal to y, then they are both equal to each other, so you get: \n" ); document.write( "9000/x = 9000/(x+20) + 160 \n" ); document.write( "multiply both sides of this equation by x * (x+20) to get: \n" ); document.write( "9000 * (x+20) = (9000 * x) + (160 * x * (x+20)) \n" ); document.write( "simplify this equation to get: \n" ); document.write( "9000*x + 9000*20 = 9000*x + 160*(x^2+20x) \n" ); document.write( "simplify further to get: \n" ); document.write( "9000*x + 180000 = 9000*x + 160*x^2 + 3200*x \n" ); document.write( "subtract 9000*x and 180000 from both sides of the equation to get: \n" ); document.write( "0 = 9000*x - 9000*x + 160*x^2 + 3200*x - 180000 \n" ); document.write( "simplify to get: \n" ); document.write( "0 = 160*x^2 + 3200*x - 180000 \n" ); document.write( "divide both sides of this equation by 160 to get: \n" ); document.write( "0 = x^2 + 20x - 1125 \n" ); document.write( "since, if a = b, then b = a, this is the same as: \n" ); document.write( "x^2 + 20x - 1125 = 0 \n" ); document.write( "factor this equation to get: \n" ); document.write( "(x + 45) * (x - 25) = 0 \n" ); document.write( "solve for x to get: \n" ); document.write( "x = -45 \n" ); document.write( "x = 25 \n" ); document.write( "since the number of people can't be negative, then your only solution is: \n" ); document.write( "x = 25 \n" ); document.write( "solve for y in the equation of y = 9000/x to get: \n" ); document.write( "y = 9000/25 = 360 \n" ); document.write( "your solution appears to be: \n" ); document.write( "x = 25 \n" ); document.write( "y = 360 \n" ); document.write( "confirm by substituting these values in the original equations.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 9000/x becomes 360 = 9000/25 which becomes 360 = 360. \n" ); document.write( "solution is confirmed for first equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y-160 = 9000 / (x+20) becomes 360 - 160 = 9000 / 45 which becomes 200 = 200. \n" ); document.write( "solution is confirmed for second equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your solution is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 25 which means that the original number of people was 25. \n" ); document.write( " \n" ); document.write( " |