The markdown rate is 66.7%.
<h3>Markdown rate</h3>
Using this formula
Markdown rate= Change in price/original price×100
Let plug in the formula
Markdown rate=$1.50-$0.50/$1.50
Markdown rate=$1.00/$1.50×100
Markdown rate=66.66%
Markdown rate=66.7% (Approximately)
Inconclusion the markdown rate is 66.7%.
Learn more about markdown rate here:brainly.com/question/1153322
1. When there are two events that need to happen, we must multiply the probability of each event happening.
Shawn losing to Mike: 5/8 chance
Shawn losing to Tim: 2/7 chance
5/8 × 2/7 = 10/56 = 5/28
There's a 5/28 chance of Shawn losing to Mike and Tim.
I don't know #2, sorry :/
Hope this helps!
Answer:
Part A- The 1st box is 96 and the second box is 10.
PartB-
Part C-
Step-by-step explanation:
<h2><u><em>
Part A:</em></u></h2>
5x12=60
6x12=72
8x12=96
10x12=120
So the 1st box is 96 and the second box is 10.
<h2><u><em>
Part B:</em></u></h2>
5 $50
6 $60
8 $80
I know this because Harry receives $10 per hour so you have to multiply the number of hours by $10.
<h2>
<em><u>Part C:</u></em></h2>
If Harry babysits for 5 hours, he would receive $60 but if he does yard work for 5 hours, he would receive $50. Harry would receive $10 more by babysitting than by doing yard work.
Hoped this helped.
Answer:
LQ = 54
Median = 69
UQ = 94
Step-by-step explanation:
This list is already sorted for you, so you don't need to worry about that, otherwise you would need to sort the numbers in ascending order. To find the median, we do
, where n is the amount of numbers. This gives us 4, so the median is at position 4, so the median is 69. The lower quartile is simply
, so 2, so the lower quartile is 54. The upper quartile is
, so 6, so the upper quartile is 94.
Answer:
years worked: 14
at least 10 years: 73%
Step-by-step explanation:
The mean is found by adding the years of service and dividing by the number of employees. The total years of service is 417, so the average is ...
average years worked = 417/30 = 13.9 ≈ 14 . . . years
__
The percentage of employees that have worked there at least 10 years is found by counting the number with 10 or more years of service and dividing that count by the total number of employees. The result is then expressed as a percentage.
(10 years or over)/(total number) = 22/30 = 0.73_3 (a repeating decimal) ≈ 73%
_____
Comment on the working
A spreadsheet can be helpful for this. It has a function that can calculate the mean for you. Sorting the years of service into order can make it trivially easy to count the number that are 10 or more, or you can write a function that will do the count for you. (Also, less than 10 means the years are a single digit. There are 8 single-digit numbers in your list.) The hard part is copying 30 numbers without error.