<h3>
Answer:  C) 12</h3>
======================================================
Explanation:
There are 3 colors of sweaters {red, green, purple} and 2 colors of skirts {tan, black}
So far there are 3*2 = 6 different outfit combinations. Imagine a table with 3 rows representing the sweater colors and 2 columns representing the skirt colors. There would be 6 cells in the table representing each possible combination. One cell would have (red sweater, tan skirt) for instance.
For each of those 6 combinations, we also have 2 shoe colors. So overall we have 6*2 = 12 outfit combinations
The tree diagram is shown below. Note how there are 3*2*2 = 12 different paths to follow. 
 
        
        
        
Answer:
   g(x) = |x/5|
Step-by-step explanation:
A function is stretched horizontally by a factor of k when x is replaced by x/k.
   g(x) = f(x/5)
   g(x) = |x/5| . . . . . stretch of absolute value by a factor of 5
 
        
             
        
        
        
Answer:
25
Step-by-step explanation:
Let x be the number of students in the class
15 is 60% of x
60% of x can be written as 0.6x
15 = 0.6x
Divide by 0.6 on both sides
25 = x
There are 25 students in the class
Hope this helps :)