3×(60+7)
(3×30) + (3×7)
90 + 21 = 111
He can give at most 2 adult haircuts with the remaining time
<h3>How many adult haircuts at most can he give with the remaining time? </h3>
The inequality is given as:
0.75C + 1.25A <= 7
Also, we have
C = 5
Substitute C = 5 in 0.75C + 1.25A <= 7
0.75 * 5 + 1.25A <= 7
Evaluate the product
3.75 + 1.25A <= 7
Evaluate the like terms
1.25A <= 3.25
Divide by 1.25
A <= 2.6
Rewrite as
A < 3
Hence, he can give at most 2 adult haircuts with the remaining time
Read more about inequalities at:
brainly.com/question/15010638
#SPJ1
<u>Complete question</u>
Horace is a professional hair stylist. Let C represent the number of child haircuts and A represent the number of adult haircuts that Horace can give within 7 hours. 0.75C + 1.25A <= 7
Horace gave 5 child haircuts.
How many adult haircuts at most can he give with the remaining time?
There are certain rules to follow when rotating a point 90 deg clockwise. Since it is given that ABCD is a parallelogram and the coordinates of point C are given, we just have to follow this simple relation:
R(90 deg) : (X,Y) ---> (-Y,X)
Using the given coordinates:
R(90 deg<span>) : (-4,1) ---> (-1,-4)
</span>
Therefore, Point C' will be located at (-1,-4)
Multiply everything in the parentheses by the 4
this equals 4x + 2
since one term has a variable and ine doesnt, they cannot be combined.
Answer:
1
Step-by-step explanation:
You can do this two ways:
(13 -6) mod 6 = 7 mod 6 = 1
(13 -6) mod 6 = (13 mod 6) -(6 mod 6) = 1 - 0 = 1
____
"mod 6" means you are interested in the remainder after division by 6. For some number n, it can be computed as ...
n mod 6 = n - 6×Floor(n/6)