Answer:
the answer is 55038271829339
Answer:
B. eight fewer than a number
Answer: $222.73
===========================================
Work Shown:
x = pre-GST price
10% of x = 0.10x = tax amount
x + 0.10x = 1.10x = post-GST price = 245
1.10x = 245
x = 245/1.10
x = 222.7272 approximately
x = 222.73 is the price before tax.
------------
Check:
10% of 222.73 = 0.10*222.73 = 22.273 = 22.27
The tax amount ($22.27) is added to the pre-GST price to get
22.27+222.73 = 245
which matches the post-GST price mentioned.
The answer is confirmed.
Or another way to confirm the answer is to calculate this
1.10*222.73 = 245.003 = 245
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:
the answer is B
Step-by-step explanation: