SOLUTION: 64k^2+112k+49=0 I've tried several times to solve this equation. Would you please solve it and I'll practice others. Thank you!!

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: 64k^2+112k+49=0 I've tried several times to solve this equation. Would you please solve it and I'll practice others. Thank you!!      Log On


   



Question 560290: 64k^2+112k+49=0 I've tried several times to solve this equation. Would you please solve it and I'll practice others. Thank you!!
Found 2 solutions by stanbon, bucky:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
64k^2+112k+49=0
---
sqrt(64k^2) = 8k
sqrt(49) = 7
----
2*7*8k = 112k
-------
So the expression is the square of a binomial.
--
Ans: (8k+7)^2
==========================
Cheers,
Stan H.

Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
Given to solve:
.
64k%5E2%2B112k%2B49=0
.
This equation is in the standard quadratic equation form of:
.
a%2Ak%5E2+%2B+b%2Ak+%2B+c+=+0
.
and by comparing terms, we can see that a (the multiplier of the k-squared term) is +64, b (the multiplier of the k term) is +112, and c (the constant) is +49.
.
The quadratic formula says that if you have an equation of the standard quadratic form, the answer for k is given by:
.
k+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
.
For this problem, we identified the values for a as +64, b as +112, and c as +49. So we substitute those values into the equation for k to get:
.
k+=+%28-112+%2B-+sqrt%28+112%5E2-4%2A64%2A49+%29%29%2F%282%2A64%29+
.
Inside the radical sign the 112 squared equals 12544 and the -4*64*49 equals -12544. Then in the denominator 2 * 64 = 128. When these values are substituted into the equation for k, the equation becomes:
.
k+=+%28-112+%2B-+sqrt%28+12544+-+12544+%29%29%2F%28128%29+
.
Notice that the terms inside the radical result in it becoming zero. So the equation for k is reduced to:
.
k+=+-112%2F128
.
Since the numerator and denominator are both even numbers, they are both divisible by some power of 2. For openers, let's try reducing them by dividing both by 8 to get:
.
k+=+-14%2F16
.
and both the numerator and denominator are again even numbers. Dividing them both by 2 gives the answer:
.
k+=+-7%2F8
.
You can check this answer by returning to the equation that was given originally in the problem:
.
64k%5E2+%2B+112k+%2B+49+=+0
.
and substituting -7%2F8 for k as follows:
.
64%2A%28-7%2F8%29%5E2+%2B+112%2A%28-7%2F8%29+%2B+49+=+0
.
squaring -7%2F8 results in 49%2F64 and substituting this gives:
.
64%2A49%2F64+%2B+112%2A%28-7%2F8%29+%2B+49+=+0
.
Cancel the 64 in the numerator and denominator:
.
cross%2864%29%2A49%2Fcross%2864%29+%2B+112%2A%28-7%2F8%29+%2B+49+=+0
.
This reduces the equation to:
.
49+%2B+112%2A%28-7%2F8%29+%2B+49+=+0
.
Add the two terms of 49 and the equation becomes:
.
98+%2B+112%2A%28-7%2F8%29+=+0
.
Notice in the second term the denominator 8 divides exactly into 112 to give 14. So the equation reduces to:
.
98+%2B+14%2A%28-7%29+=+0
.
and 14 times -7 is -98 which makes the equation:
.
98+-+98+=+0
.
This is obviously true, so the answer of k+=+-7%2F8 checks and is, therefore, a correct answer.
.
I hope this helps you over the rough spot where you encountered difficulty with this problem.
.