Algebra 4th power weirdness problem

  • Thread starter Thread starter sarah22
  • Start date Start date
  • Tags Tags
    Algebra Power
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
2 replies · 2K views
sarah22
Messages
26
Reaction score
0
How did he get x = 2 with this equation? 4x - x^4/8 = 6

Here's my solution:
32x - x^4 - 48
x( x^3 - 32 ) + 48 <---- Now I'm lost. Did he use this one? (a-b)(a^2+ab+b^2) . I tried it but can't think on what to extract.

http://www.wolframalpha.com/input/?i=4x-x^4%2F8%3D6
 
Physics news on Phys.org
First off, this is an equation: 4x - x^4/8 = 6
This is NOT an equation: 32x - x^4 - 48 -- An equation has an = sign.

The equation is 32x - x^4 - 48 = 0, or equivalently x^4 - 32x + 48 = 0.
This equation can be factored into (x - 2)(x^3 + 2x^2 + 4x -24) = 0.