Ok, for multiplication of fractions you do not need a common denominator so multiply top by top and bottom by bottom... let me know what you get
To perform the correct operation as to subtract numbers, make sure the denominators are the same, and then one can then subtract and remove a smaller number from the larger one.
This same method also holds true for adding fractions together as well.
Another way to subtract fractions is to convert them from fraction form to decimal form and then align the decimal points and subtract the values.
Answer:
Step-by-step explanation:
A(-1, 2) ==> A'(-2, 4)
B(3,1) ==> B'(6,2)
C(1,-4) ==> C'(2,-8)
Based on the results of each set, the scale factor is 2
A(-1*2, 2*2)= A'(-2, 4)
Let gradient of original line = m = 1/6
Gradient of line perpendicular to this = -1/m = -6
(Gradient = slope)
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.