Answer: C) a&c
Explanation: Composite materials are the materials which are made up of the two or more material of different properties.They are usually having properties like high hardness,low in density,no dissolving into each other etc. Whiskers as a dispersing agent in composite materials are usually not preferred because they are expensive as well as they are not easy to disperse in the composite material.Thus option (c) is the correct answer.
Answer:
The code will be:
#include <stdio.h>
#include <stdlib.h>
main () {
double weight, shippingCharge, rate, segments;
int distance;
printf("Enter the weight: \n");
scanf("%lf", &weight);
printf("Enter the distance: \n");
scanf("%i", &distance);
if (weight <= 10) {
printf("Rate is $3.00 \n");
rate = 3;
} else {
printf("Rate is $5.00 \n");
rate = 5;
}
if (distance % 500 == 0) {
segments = distance / 500;
} else {
segments = distance / 500 + 1;
}
shippingCharge = rate * segments;
if (distance >1000) {
shippingCharge = shippingCharge + 10;
}
printf("Your shipping charge is $%lf\n", shippingCharge);
system ("pause");
}
Answer:

Explanation:
m = Mass of water = 749511.5 kg
c = Specific heat of water = 4182 J/kg ⋅°C
= Change in temperature = 
Cost of 1 GJ of energy = $2.844
Heat required is given by

Amount of heat required to heat the water is
.
Cost of heating the water is
Cost of heating the water to the required temperature is
.
Answer:
C
Explanation:
the total resistance is equal to the total potential difference divided by the Current