What’s da problem that u have?
Answer:
260 gallons
Step-by-step explanation:
An estimate of 26.5% of the water used each day is for cleaning and a family uses 68.9 gallons of water a day for cleaning,
Percentage of water used for cleaning= 26.5%
Gallons of water used for cleaning= 68.9
Let the number of gallons used everyday be represented by g. This will give:
26.5% of g = 68.9
26.5/100 × g = 68.9
0.265 × g = 68.9
0.265g = 68.9
Divide both side by 0.265
0.265g/0.265 = 68.9/0.265
g= 260
260 gallons of water are used everyday
Answer:
public class MovieRental
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
System.out.print("Enter the number of movie rentals: ");
int movieRentals = in.nextInt();
System.out.print("Enter the number of members referred to the video club: ");
int memberReferral = in.nextInt();
in.close();
double discountVal = Math.min(movieRentals + memberReferral, 75);
System.out.println("The discount is equal to: " + discountVal);
}
}
For every multivitamin tablet you take, you get 0.14 grams of vitamin C.
0.14 * 30 = 4.2
The question wants the answer in milligrams.
One milligram = 0.001 gram
4.2 / 0.001 = 42000
<span>
So, 42000 is the answer.</span>
Your answer would be A hope this helps!