Answer:
Step-by-step explanation:
Synthetic division is one way to determine whether or not a given number is a root of the quadratic. x^2 − 12x − 20 can be rewritten as x^2 - 12x + 36 - 36 - 20, or (x - 6)^2 - 56, which does not have integer solutions:
(x - 6)^2 - 56 = 0 becomes (x - 6)^2 = 56, which works out to x - 6 = ± 2√14.
None of the possible roots suggested in this problem turns out to be an actual root.
correct response: PRIME
He made $64.80 commission I think. 9% of $720 is $64.80
Answer:
x=11
Step-by-step explanation:
The switch case works like an if or if-else, where each of the cases are conditionals. Here we have 7 cases and we know that our variable begins with x=5.
First, it enters to case 5 because of x=5, so x+=3, this means we add 3 to the actual value of the variable ⇒ x=8.
At this point, if there's not break the program continues to the next case, executing the statements until a break or the end on the switch is reached.
In this order, the x = 8 and next we add 1 (case 6) ⇒ x=9. We add 2 (case 7) x+=2 ⇒ x=10. Then we rest 1 (case 8) ⇒ x=9 and then we add 1 again as in case 9 ⇒ x=11.
"Better to have loved a short man than never to have loved a tall".
<span>1. When you are paying a bill in full, said bill is completely paid off. In other words, the bill amount has been fulfilled by the consumer in a sort of payment. The answer is a. consumer is paying it off.
2. APR is a rate that is used frequently when applying and using a credit card. It stands for c. annual percentage rate or the percentage that will be charged when a credit card is not paid in full by the due date each month.
3. When calculating interest accrued you should multiply the principal by the APR & number of months, then divide the number of months in a year (12). This will be the interest that the consumer has gained and must pay off to the lender.</span>