SOLUTION: I need to know the result of (x+3)^5 using Newton's Binomial formula.
Algebra
->
Permutations
-> SOLUTION: I need to know the result of (x+3)^5 using Newton's Binomial formula.
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 1051423
:
I need to know the result of (x+3)^5 using Newton's Binomial formula.
Answer by
ewatrrr(24785)
(
Show Source
):
You can
put this solution on YOUR website!
(a+b)^5 = a^5 + 5a^4b + 10a^3b^2 + 10a^2b^3 + 5ab^4 + b^5
(x+3)^5 = x^5 +15x^4 + 90x^3 + 270x^2 + 405x + 243