Answer:
35 red marbles
Step-by-step explanation:
So we can put the different color marbles in a ratio. So 7:2:11. If we add all of those up we get 20. We do 100/20 to get 5. Each number in the ratio is equivalent to 5 marbles. Then we do 7*5 to get 35. We can check our work by doing, (7*5) + (2*5) + (11*5) = 100. And it does equal 100 so the answer is correct.
<span>The Java code below will ask for two integers and display the sum. If a non-integer is submitted the code will ask again. The break is used to exit the while true loop indicating that no-errors had occurred and two numbers were added.
System.out.print("Please insert two integers and this will display the sum.");
int numOne;
int numTwo;
while (True) {
try{
System.out.print("Integer Number One? ");
numOne = input.nextInt();
System.out.print("Integer Number Two? ");
numTwo = input.nextInt();
System.out.print("The Sum Is: " + (numOne + numTwo));
break;
}
catch (InputMismatchException e) {
System.out.print("please enter an integer .");
}
}</span>
1. You have the following information:
-The annual interest rate <span>is 7.2%.
- The </span><span>simple interest is calculated quarterly.
2. Then, to solve this exercise and calculate the </span><span>periodic interest rate of Marta's Account, you only have to divide the annual interest rate (7.2%) by 1/4 year. So, you have:
</span>
=(7.2%)(1/4)
=(7.2%)/4
=1.8%
<span>What is the periodic interest rate of Marta's Account?
The answer is: </span>1.8%
Answer:
edge 2020
Step-by-step explanation:
The data appears slightly skewed, so the median is probably the most appropriate measure.
My friend has a good chance of making between $16,000 and $23,000 because that is the range for the middle 50% of employees.
The answer would be C. Hope this helps.