stevenstratmann wrote:
during review I noticed that if I made
x= 262,146
b=2
c=2 then I would get the correct answer of E)
that's ... impressive.
if you know your powers of 2 really, really well, then this is actually a reasonably fast solution; if not, it's sort of ridiculous. (i have had students who have memorized all powers of 2 up to 2^32; i was, again, quite impressed.)
Quote:
There has got to be an easier solution. Thanks!
ya, this is routine algebra: to undo a cube root, you cube both sides. if you aren't comfortable enough with this to do it in literally two seconds or less (not an exaggeration), then check out our Foundations of Math book, or grab an Algebra 1 book out of a public library.
given: cube root (x - b) = c^6
cube both sides: x - b = c^18
add b: gives the answer.