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;
}
}
For this question, you need to understand how to divide fractions.First we line up our fractions appropriately:
4/9 ÷ 4/5 = ? (You want to divide 4/9 by 4/5)
4/9 × 5/4 = ? (Now we use the reciprocal of 4/5 and multiply instead of divide)
4 x 5 = 20 and 9 x 4 = 36. (Cross multiply.)
20/36 = 5/9. (Simplify to lowest terms.)
So, 4/9 divided by 4/5 is 5/9!But 5/9 is more than 4/9, so the answer is 0 :PCorrect me if I'm wrong.
Answer:
The score of 271.2 on a test for which xbar = 240 and s = 24 has a higher relative position than a score of 63.6 on a test for which xbar = 60 and s = 6.
Step-by-step explanation:
Standardized score, z = (x - xbar)/s
xbar = mean, s = standard deviation.
For the first test, x = 271.2, xbar = 240, s = 24
z = (271.2 - 240)/24 = 1.3
For the second test, x = 63.6, xbar = 60, s = 6
z = (63.6 - 60)/6 = 0.6
The standardized score for the first test is more than double of the second test, hence, the score from the first test has the higher relative position.
Hope this Helps!!!
10 of those sheets are secondary colors.
40% = 0.4
0.4(25) = 10