Percentage of commission received by the salesperson = 2.5%
Amount of sales made by the salesperson = $8000
Then
The amount of commission received by the salesperson = (2.5/100) * 8000 dollars
= 2.5 * 80 dollars
= 200 dollars
So the salesperson receives a commission of $200 on the total sales made. I hope the procedure is clear enough for you to understand. You can use this method in future for solving similar problems without requiring any help from outside.
Do you mean the cost per ounce?
Then that would be $0.1496, or rounded to the nearest cent, 15 cents a ounce.
seperate it into a square and right triangle
area of square: 2*2=4m^2
area of traignle: (1*2)/2= 1m^2
add them
5m^2
Answer:
n = 15
Step-by-step explanation:
For inputs of the value of n, the running time for the algorithm A is 100n^2 and that of B is 2^n.
If A is to run faster than B, 100n^2 must be smaller than 2^n.
Let's check from n = 1 to know the value of n that fits
n = 1
100(1)^2 > 2^1
100 > 2
n = 2
100(2)^2 > 2^2
400 > 4
n = 4
100(4)^2 > 2^4
1600 > 16
n = 8
100(8)^2 > 2^8
6400 > 2^8
n = 16
100(16)^2 < 2^16
25600 < 2^16
This implies that between n = 8 and 16, A starts to run faster than B
n = (8+16)/2 = 12
100(12)^2 > 2^12
14400 > 2^12
n = (12+16)/2 = 14
100(14)^2 > 2^14
19600 > 2^14
n = (14+16)/2
n = 15
100(15)^2 < 2^15
22500 < 2^15
At n= 15, A starts running faster than B