Answer:
2
I am taking my first programming course, so my apologies if this is a dumb question/possibly classified by the wrong category on this site. One of the exercise problems I am working on is the following:
Define a function print_total_inches, with parameters num_feet and num_inches, that prints the total number of inches. Note: There are 12 inches in a foot. Ex:
print_total_inches(5, 8) prints:
Total inches: 68
Step-by-step explanation:
You are correct. The scale factor is 1/5 = 0.2
Nice work.
Lets say the final price of the bike is SP plus 13% VAT. So:
1.13 * SP = 6356.25
SP = 5625
Now SP was after 10% discount on Original Price, say MP. So:
0.9 * MP = 5625
MP = 6250
Therefore, the percent of Marked Price above Cost Price is:
(6250 - 5000) * 100/5000 = 25%
The LCD is 24 since 24 is the lowest number that is shared when you count by 6's and when you count by 8's
Answer:
yes
Step-by-step explanation:
because its arranged in well functional statement