Answer:
50%
Step-by-step explanation:
6 numbers on a die, 3 of them are odd.
3/6=1/2=50%
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:
1/5
Step-by-step explanation:
When the dilation is centered at the origin, the dilation factor is applied to each pre-image coordinate to get the image coordinate.
k(10, -15) = (2, -3)
k = 2/10 = -3/-15 = 1/5
The scale factor of the dilation is 1/5.
3=3: Jamal
3-2=1: Brendan
3-1=2:Aisha
1 is the answer.