Is my factoring correct for these polynomials?

  • Context:
  • Thread starter Thread starter mathdad
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
mathdad
Messages
1,280
Reaction score
0
Factor each polynomial given.

(A) u^2v^2 - 225

(B) 81x^4 - x^2

For (A), I got (uv - 15)(uv + 15). Is this right?

Solution for (B):

x^2(81x^2 - 1)

I think the binomial inside the parentheses can be factored.

So, (81x^2 - 1) becomes (9x - 1)(9x + 1).

My answer for (B) is x^2(9x - 1)(9x + 1).

Is this correct?
 
Mathematics news on Phys.org
Both are correct.
These are both problems testing your knowledge of factoring values that are "perfect squares".
Meaning,
a^2 - b^2 = (a+b)(a-b) For example,
in (a) you have u^2v^2 - 225. Using the formula, a=uv and b=15. So your answer is (a+b)(a-b)=(uv+15)(uv-15).
 
joypav said:
Both are correct.
These are both problems testing your knowledge of factoring values that are "perfect squares".

Not perfect squares but difference of perfect squares
 
It feels awesome to get the right answer.