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;
}
}
Point +10.
(-2)*(-1) gives +2 (a negative number multiplied for another negative gives a positive number).
2*5 = +10
Answer:

Step-by-step explanation:
we know that
In the right triangle ABC
The function sine of angle 68 degrees is equal to divide the opposite side SB by the hypotenuse AC
so

substitute the values and solve for AC



In this question , we have a graph given, and we have to find the x coordinate of the intersection point .
From the graph , the input value is approximately 3.3 .
In the graph,

And for g(x), we need the slope and y intercept .
Slope is the ratio of rise and run .
Here rise equals 3 units and run equals 2 units. And the graph touch the y axis at -2 .
So the equation of g(x) is

We need to do

Substituting the values of the two functions, we will get

Adding 2 to both sides

Cross multiplication


So the input value is 3.3 approx
The answer is 10/36 or 27.77%
here’s the working out