It is asking you to find the sum of k^2 - 1 from k=1 to k=4. Since that is only 4 numbers, calculating the sum by hand wouldn’t be that bad.
(1^2 - 1) + (2^2 - 1) + (3^2 - 1) + (4^2 - 1) = 26
The easier way to find the sum is to use a few simple formulas.
When we have a term that is just a constant c, the formula is c*n.
When we have a variable k, the formula is k*n*(n+1)/2.
When we have a squared variable, the formula is k*n*(n+1)*(2n+1)/6.
In this case, we have a squared variable k^2 and a constant of -1.
So plug in n=4 to the formulas:
4*5*9/6 - 1*4 = 26
The answer is 26
Answer: definition of slope
Step-by-step explanation:
The results in step 7 come from substituting the coordinates into the slope formula.
Answer:
Si
Step-by-step explanation:
Answer:
Never
Step-by-step explanation:
1. An expression that will represent the amount of money that Ms. Thomas will spend is <u>p + 45n - c.</u>
2. The amount of money that Ms. Thomas will spend on the comedy tickets for herself and her 2 friends is <u>$155</u>.
<h3>What is a mathematical expression?</h3>
A mathematical expression is a statement that involves two or more variables that require some mathematical operations.
Most commonly, a mathematical expression contains numbers, variables, and operators, which show a value after the mathematical operations.
<h3>Data and Calculations:</h3>
Parking fee = $35
Ticket fee per person = $45
The number of people on the show = 3 (Ms. Thomas and her two friends)
Coupon = $15
Amount of money spent = p + 45n - c
where p = parking fee, n = number of visitors, and c = coupon received.
= 35 + 45 x 3 - 15
= $155
Learn more about mathematical expressions at brainly.com/question/1852123
#SPJ1