30.2k views
5 votes
Which value for x makes the open sentence true?

5+4⋅x=3²+x²

a. 5
b. 4
c. 3
d. 2

1 Answer

4 votes

Answer:

D) 2

Explanation:

First Method: Solve for x

There are two ways to find what value of x will make this equation true. The first method is to solve for x in the equation.

The given equation is:


  • 5+4*x=3^2+x^2

Rewrite this equation by evaluating the exponent on the right side of the equation, and make 4 * x = 4x.


  • 5+4x=9+x^2

Subtract
(5+4x) from both sides of the equation (so we can keep the
x^2 positive). It's just preference.


  • 0=9+x^2-5-4x

Simplify the right side of the equation by combining like terms and rearranging terms to follow the format of
ax^2+bx+c.


  • 0=x^2-4x+4

Factor this quadratic by seeing what two terms multiply to
4 and add up to
-4. These two terms are
-2. Notice that this is a perfect square.


  • 0=(x-2)(x-2)

Solve for x by setting the expressions inside the parentheses equal to 0.


  • (x-2) = 0 \\ x - 2 = 0 \\ $Add to both sides of the equation.$\\ x =2

This means that answer choice D) 2 is correct.

Second Method: Plug in the answer choices

The second method is to substitute the given answer choices into the equation, which works when you are given answer choices. Otherwise, the first method is ideal.

Use the form of the equation where we set all the terms equal to 0.


  • 0=x^2-4x+4

Start with answer choice A, and work your way up to D to check all of them.

A) Substitute 5 for x into the equation.


  • 0=(5)^2-4(5)+4 \\ 0 = 25 - 20 + 4 \\ 0=1

This is a false statement; 0 does not equal 1.

B) Substitute 4 for x into the equation.


  • 0=(4)^2-4(4)+4 \\ 0= 16-16+4 \\ 0=4

This is a false statement; 0 does not equal 4.

C) Substitute 3 for x into the equation.


  • 0=(3)^2-4(3)+4 \\ 0=9-12+4 \\ 0=1

This is a false statement; 0 does not equal 1.

D) Substitute 2 for x into the equation.


  • 0=(2)^2-4(2)+4 \\ 0=4-8+4 \\ 0=0

This is a TRUE statement; thus, the answer is D) 2.

User Timka
by
5.1k points