Is there a similar solve for say … 4^1*2 + 4^2*3
You must log in or register to comment.
What about Σ4^n *(n+1)
So you’re asking how to factor 2x + 3x^2?
You can factor x: x(2 + 3x). Or in this example, 4(2 + 4*3).
Is there a similar solve for say … 4^1*2 + 4^2*3
What about Σ4^n *(n+1)
So you’re asking how to factor 2x + 3x^2?
You can factor x: x(2 + 3x). Or in this example, 4(2 + 4*3).