Step-by-step explanation:
Let the marked price of a watch be =₹x
∴ Discount price = x- 20% of x
= x - 0.2x
=0.8x
Amount of VAT = 13% of 0.8x
0.13 x 0.8x
0.104x
Now,
Selling price = 0.8x + 0.104x
∴6328 = 0.904x
x = 0.904 / 6328
x=0.00014285714
Slope is rise/run or y2-y1/x2-x1. So to find the slope, find two points where the point is exact, then do the equation. That's the best I can explain, sorry if this doesn't help at all.
Answer:
a recentangle?
Step-by-step explanation:
The cost will be 9 for 1 pencial
Answer:
Recursive algorithms call itself with simpler or smaller input values. They can be used to solve large problems by using the solutions to minor parts of the problem, these minor problems are then further broken down to solvable cases.
Given the input as a sequence;
max(
if return
else
if > return
else return