Given parameters:
Recommend wheelchari ramp slope =
Rise of the new wheel chair ramp = 22 inches
Horizontal length = 24feet
Unknown:
Is the ramp steeper than the recommended = ?
Slope is the ratio of rise to the horizontal distance covered
Mathematically;
Slope = 
Slope of the wheel chair ramp;
covert 24 feet to inches;
1 foot = 12 inches
24 feet = 24 x `12 = 288inches
Slope =
= 
The two slopes being compared are;
and
The steeper of the first one 1/12. It has a higher slope compared to the second one.
Answer:
Step-by-step explanation:
Given is a function in x as

We have to find the zeroes of the function
Since this is a cubic function this function has three zeroes.
Let us try to factorise this function by grouping two terms together.

=
Equate each factor to 0 to find zeroes as

The answer is B
a1= 13;an-1+2
NB- Solution is emboldened
import java.util.Scanner;
import java.util.Random;
public class RandomGenerateNumbers {
public static void main (String [] args) {
Random randGen = new Random();
int seedVal = 0;
seedVal = 4;
randGen.setSeed(seedVal);
System.out.println(randGen.nextInt(50) + 100);
System.out.println(randGen.nextInt(50) + 100);
return;
}
}
Answer:
No
Step-by-step explanation:
The way to find the line of best fit by estimate is to have about half the points be above and below the line of best fit. In this case Tariq followed the first few points of the data but his estimate would be very off after 10 on the x axis. This would not accurately predict what the next data point could be.