Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Trinomials and binomials?
how would i solve:
8p^2a + 34pa+ 35a
n^2 + 10 (does this one not factor? since it would have to be the difference of 2 squares and 10 is not a perfect square?)
54r^2-324r^3 +480r^2 ------i started factoring and got 9r^2 (6r^2-54r+80) would i just leave it like that. or do i continue to factor?
2a^3 +16 --- could this one only factor to 2 (a^3+8) ? or do i factor this another way?
i know how to factor. its just that i want to know if im doing this right so far?
im clueless on the first one.
also if someone could help me with 2x^2+4= -36 ( solving the equation by taking square roots)
i added 4 to both sides and got:
2x^2=-32
then taking the square root. i got √x = √-16 what do i do from this point?
i meant to say that i subtracted 4 from both sides not add... (in the aditional detail before this one)
2 Answers
- MikeLv 59 years agoFavorite Answer
1) You can factor out an "a" from each term, and nother else.
a(8p^2 + 34p + 35)
Then, factor the inside trinomial.
a(4p + 7)(2p + 5)
2) Correct, it does not factor.
3) Factor out a 6r^2 first. (you can't factor 9 out of 480)
6r^2(9r^2 - 54r + 80)
6r^2(3r - 10)(3r - 8)
4) 2a^3 +16. Yes, you can only factor out a 2. 2(a^3 + 8)
5) 2x^2+4= -36
Subtract (don't add) 4 from both sides to get:
2x^2 = -40
Now, divide by 2 to get: x^2 = -20
Take the square root of both sides to get:
√x^2 = √-20
x = 2√-5
When you have a negative under a square root, you need the complex number i.
x = 2i√5
- PranilLv 79 years ago
8p^2a + 34pa+ 35a
= a(8p^2 + 34p+ 35)
= a(8p^2 + 20p + 14p + 35)
= a[4p(2p + 5) + 7(2p + 5)]
= a[(4p + 7)(2p + 5)]
54r^4 - 324r^3 + 480r^2
= 6a²(9r^2 - 54r + 80)
= 6a²(9r^2 - 24r – 30r + 80)
= 6a²[3r(3r - 8) – 10(3r – 8)]
= 6a²[(3r – 10)(3r – 8)]
2a³ + 16
= 2(a³ + 8)
= 2(a + 2)(a² – 2a + 4)
-----