A. the insurance company's payment = $14,392
$18240 - $250 = 17990 x 80% = $14,392
b. <span>the 20% copayment
17990 * 20% = $3598
</span>
<span>c. Mary's total cost
$250 + $3598 = $3848
</span>
Answer:
work is pictured and shown
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 volume of the removed portion is 35 cm³.
Step-by-step explanation:
Given,
The length× width× height (L×B×H) of the outer part = 3 cm×3 cm×7 cm
The length× width× height (l×b×h) of the inner part = 2 cm×2 cm×7 cm
To find the volume of the removed portion.
Formula
The volume of the removed portion = volume of outer part - volume of inner part
Volume of rectangular prism = l×b×h
Now,
Volume of outer part = 3×3×7 cm³ = 63 cm³
Volume of inner part = 2×2×7 cm³ = 28 cm³
Hence,
The volume of the removed portion = 63-28 cm³ = 35 cm³