"Table World" is quoting a better price
<u>Step-by-step explanation:</u>
The shop "Table World" is quoting a price of 140 inclusive of 17.5% VAT
that means 140 is the final price a customer needs to pay.
While other shop"Tables R us" is quoting a price of 120 without VAT
so we need to add VAT in the price to find out the final price
price+VAT on the price
=120+120*(17.5/100)
=120+120*0.175
=120+21
so final price =141
so comparatively "Table World" is quoting a better price
Answer:
7
Step-by-step explanation:
Answer:
River D: 2780 River C: 2280
Step-by-step explanation:
Please mark brainliest
Answer:
44 degrees
Step-by-step explanation:
if BAC and DAE are complementary then their sum is equal to 90 degrees
90 - 36 = 44 degrees
Answer:
In programming, a recursive function is a function that calls itself. Recursion is used very commonly in programming, although many simple examples (including some shown in this section) are actually not very efficient and can be replaced by iterative methods (loops or vectorized code in MATLAB).
Step-by-step explanation: