Answer:

Step-by-step explanation:
<h3><u>Given functions:</u></h3>
- f(x) = 4x² - 6
- g(x) = x² - 4x - 8
<h3><u>Solution:</u></h3>
Subtract both functions
(f-g)(x) = 4x² - 6 - (x² - 4x - 8)
(f-g)(x) = 4x² - 6 - x² + 4x - 8
Combine like terms
(f-g)(x) = 4x² - x² + 4x - 6 - 8
(f-g)(x) = 3x² + 4x - 14
![\rule[225]{225}{2}](https://tex.z-dn.net/?f=%5Crule%5B225%5D%7B225%7D%7B2%7D)
Answer:
6
Step-by-step explanation:
Richard gets 7 more sweets than Gavin which would probably make Richard have the most so in total he should have around 8 whilst Gavin has 1 so right now we have 4:1:?. Basing off the fact that Richard would have the most sweets Henry would have to have 6 sweets to be able to divide half of it for 3. 4:1:3
Answer:
-6, -2, 2, 6, 10
Step-by-step explanation:
Answer:
Yes
Step-by-step explanation:
A for loop basically relies on repeating the same code for a pre-set number of times. During which you can make any code repeat inside of it, including indexing through a type of list. Many times a for-loop will use the indexes in a list to calculate the number of times that the loop has to repeat. This is usually done in order to search or apply changes in an array of other types of data structures that have countless values stored in it.