SOLUTION: A positive number is divided into two parts such that the sum of the squares of the two parts is 20. The square of the larger part is 8 times the smaller part. Taking x as the sm

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: A positive number is divided into two parts such that the sum of the squares of the two parts is 20. The square of the larger part is 8 times the smaller part. Taking x as the sm      Log On


   



Question 916182: A positive number is divided into two parts such that the sum of the squares of the two parts is 20. The square of the larger part is 8 times the smaller part. Taking x as the smaller part of the two parts, find the number.
Please help me to solve this problem which is based on the quadratic equation.

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
A positive number is divided into two parts such that the sum of the squares of the two parts is 20. The square of the larger part is 8 times the smaller part. Taking x as the smaller part of the two parts, find the number.
Please help me to solve this problem which is based on the quadratic equation.
n = the number
x = smaller part
n-x = larger part


the sum of the squares of the two parts is 20
x%5E2%2B%28n-x%29%5E2=20

The square of the larger part is 8 times the smaller part
%28n-x%29%5E2=8x

So we have this system of equations to solve:

system%28x%5E2%2B%28n-x%29%5E2=20%2C%28n-x%29%5E2=8x%29

Using the second, substitute 8x for (n-x)2 in the first

x%5E2%2B8x=20

Get 0 on the right by subtracting 20 from both sides:

x%5E2%2B8x-20=0

Factor:

%28x-2%29%28x%2B10%29=0

Use the zero-factor property by setting each factor = 0

x-2 = 0;   x+10 = 0
  x = 2       x = -10

We ignore the negative answer. 

x = smaller part = 2

find the number.
Substitute x = 2 in

%28n-x%29%5E2=8x

%28n-2%29%5E2=8%282%29

%28n-2%29%5E2=16

Use the principle of square roots:

n-2=+%22%22%2B-sqrt%2816%29

n-2+=+%22%22+%2B-+4

Add 2 to both sides

n=+%222%22+%2B-+4

Using the +, we get 2+4 = 6
Using the -, we get 2-4 = -2

We ignore the negative answer.

Solution: 6

Checking:

The two parts of 6 are 2 and 4

the sum of the squares of the two parts is 20.
42+22 = 16 + 4 = 20

That checks.

The square of the larger part is 8 times the smaller part
42 = 16 and 16 = (8)(2)

So that checks.

Edwin