Answer: 11
The code would print 11 as x=x-4 basically sets x to what x was and subtracts it by 4 which means 15 was its previous value and it takes 4 away from it so it is now 11. Then because the loop condition is x=11 the loop condition has been met and will now go and display x.
Answer:
sum of terms: 55550
Explanation:

Here the number of terms:
1100 ÷ 11 = 100
Using the Formula:


Answer:
Error of Andrew: Made incorrect factors from the roots
Step-by-step explanation:
Roots of the polynomial are: 3, 2 + 2i, 2 - 2i. According to the factor theorem, if a is a root of the polynomial P(x), then (x - a) is a factor of P(x). According to this definition:
(x - 3) , (x - (2 + 2i)) , (x - (2 - 2i)) are factors of the required polynomial.
Simplifying the brackets, we get:
(x - 3), (x - 2 - 2i), (x - 2 + 2i) are factors of the required polynomial.
This is the step where Andrew made the error. The factors will always be of the form (x - a) , not (x + a). Andrew wrote the complex factors in form of (x + a) which resulted in the wrong answer.
So, the polynomial would be:

Step-by-step explanation:
Let original price be x
Price after 40% discount is $201
Therefore
x × 40% = $201
x = 201 ÷ (40/100)
x = 502.5
Therefore, the original price is $502.5
Hope it helps :)