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;
}
}
The function

describes a parabola with vertex = (5, 3).
The graph of the function is attached.
Answer:
DF=3.75
Step-by-step explanation:
24/6=15/x
cross multiply to get 24x=90
x=3.75
Answer:
The length of the remaining piece of thread is 
Step-by-step explanation:
Given:
A tailor cuts a piece of thread One-half of an inch long from a piece Nine-sixteenths of an inch long.
Now, to find the length of the remaining piece of thread.
Total thread = 
Tailor cuts a piece of thread =
Now, to get the length of the remaining piece of thread by subtracting tailor cuts a piece of thread from the total thread:

Therefore, the length of the remaining piece of thread is 
I believe it's -5.25 because it's adding .50 everytime