Chapter 8: Problem 57
What is Pascal's triangle? How do you find the numbers in any row of the triangle?
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 8: Problem 57
What is Pascal's triangle? How do you find the numbers in any row of the triangle?
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Write the first five terms of the sequence whose first term is 9 and whose general term is $$a_{n}=\left\\{\begin{array}{ll} \frac{a_{n-1}}{2} & \text { if } a_{n-1} \text { is even } \\ 3 a_{n-1}+5 & \text { if } a_{n-1} \text { is odd } \end{array}\right.$$
Graph each of the functions in the same viewing rectangle. Describe how the graphs illustrate the Binomial Theorem. $$ \begin{array}{l}f_{1}(x)=(x+2)^{3} \\\f_{2}(x)=x^{3} \\\f_{3}(x)=x^{3}+6 x^{2} \\\f_{4}(x)=x^{3}+6 x^{2}+12 x \\\f_{5}(x)=x^{3}+6 x^{2}+12 x+8\end{array} $$ Use a \([-10,10,1]\) by \([-30,30,10]\) viewing rectangle.
Write the first three terms in each binomial expansion, expressing the result in simplified form. $$ \left(x^{2}+1\right)^{16} $$
You save 1 dollar the first day of a month, 2 dollar the second day, 4 dollar the third day, continuing to double your savings each day. What will your total savings be for the first 15 days?
Write a formula for the general term (the nth term) of each arithmetic sequence. Do not use a recursion formula. Then use the formula for \(a_{n}\) to find \(a_{20}\), the 20 th term of the sequence. Find the sum of the odd integers between 30 and 54.
What do you think about this solution?
We value your feedback to improve our textbook solutions.