To find the inverse, interchange the variables and solve for y.
f^-1 (x) = 4 + x/2
Answer:
The inequality is 
Step-by-step explanation:
Total time:
The total time to complete the test is the sum of the number of multiple-choice questions multiplied by the time it takes to solve each and the number of short-answer questions multiply by the time it takes to solve each.
In this question:
Same number(n) of both.
Multiple-choice takes 2 minutes, short-answer takes 3.5 minutes. The total time is given by:

Write an inequality to determine how many questions, n, the teacher can include if the test must take students less than 45 minutes to complete.?
This means that:

So

The inequality is 
Reflection of point (x ,y) about x axis is given by (x,-y) and about y axis is given by (-x,y) .treat the line as plane mirror about which you have to find out point reflection .thus Q is (5 ,-6) and R is(-5,6)..
Complete Question:
The complete question is shown on the first uploaded image
Answer:
The probability that the random you randomly select species that are greater than 200 kg is = 7/62
Step-by-step explanation:
Step One: Load the data set in to the R work space
data(mammals,package="MASS")
attach(mammals)
Step 2 : Obtain the list of the species that are greater than 200 and store it on y variable.
y <- subset(mammals,body>200)
Step Three : Obtain the total size
nrow(mammals)
Step Four : Obtain the sum of species greater than 200
sum(body > 200)
total size = 62
size with body > 200 = 7
hence
required probability = 7/62