1 gallon = 4 quarts
1 quart = 32 ounces
1 gallon = 128 ounces
9 gallons = 1,152 ounces
Filling 8 ounce cups = 1,152 / 8 = 144 cups
Answer:
Using c++
Check the image for colors.
Step-by-step explanation:
#include <iostream>
using namespace std;
int main()
{
float length1,length2,width1,width2,area1,area2;
cout<<"length of Rectangle 1\n";
cin>>length1;
cout<<"\nwidth of Rectangle 1\n";
cin>>width1;
cout<<"\nlenght of Rectangle 2\n";
cin>>length2;
cout<<"\nwidth of Rectangle 2\n";
cin>>width2;
area1=length1*width1;
area2=length2*width2;
if (area1<area2)
{cout << "\nRectangle 2 has greater area";}
else {
if (area1>area2)
{cout << "\nRectangle 1 has greater area";}
else {cout << "\nAreas are the same";}
}
return 0;
}
Step-by-step explanation:
such a scale factor applies to all sides and lines.
we see that DE is 12 units, and AB is 4 units.
so,
12×f = 4
f = 4/12 = 1/3 is the scale factor
control : check the other side
FE = 6 units
6 × 1/3 = 2
so, the corresponding side in the small triangle must be 2 units long.
and indeed, CB is 2 units long. all correct.
The equation is 
<u>Explanation:</u>
We have to first find the mid-point of the segment, the formula for which is

So, the midpoint will be 
= 
It is the point at which the segment will be bisected.
Since we are finding a perpendicular bisector, we must determine what slope is perpendicular to that of the existing segment. To determine the segment's slope, we use the slope formula 
The slope is
= 
Perpendicular lines have opposite and reciprocal slopes. The opposite reciprocal of
is 
To write an equation, substitute the values in y = mx + c
WHere,
y = -1
x = 3
m = 3/2
Solving for c:

Thus, the equation becomes:

Answer:
The number of required shelves is 5
You have to find the HCF of 45, 105, and 75.