The total amount of money Ethan made in a week including commission is $812.5
<h3>Total income</h3>
- Total sales for the week = $1250
- Base salary = $500
- Percentage commission = 25%
Amount of commission earned = 25% of $1250
= 25/100 × $1,250
= 0.25 × 1250
= $312.5
Total earnings = Base salary + Amount of commission earned
= $500 + $312.5
= $812.5
Learn more about income:
brainly.com/question/13793671
#SPJ1
Answer:
A
Step-by-step explanation:
u move the decimal place left 2 spaces and u would get 0.024
It can be written as 4 17/100
Answer:
$592.92
Step-by-step explanation:
Bills:
47 ones = 47*1 = $47
22 fives = 22*5 = $110
9 tens = 9*10 = $90
17 twenties = 17*20 = $340
Total Bills: 47+110+90+340 = $587
Coins:
67 pennies = 67*1 = $0.67
12 nickels = 12*5 = $0.60
9 dimes = 9*10 = $0.90
15 quaters = 15*25 = $3.75
Total Coins: 0.67+0.6+0.9+3.75 = $5.92
Total: $587+$5.92 = $592.92
Answer:
Yes
Step-by-step explanation:
A for loop basically relies on repeating the same code for a pre-set number of times. During which you can make any code repeat inside of it, including indexing through a type of list. Many times a for-loop will use the indexes in a list to calculate the number of times that the loop has to repeat. This is usually done in order to search or apply changes in an array of other types of data structures that have countless values stored in it.