Answer:
Step-by-step explanation:
[0,7)
because the dot is colored in you need to have the bracket
Answer:

I don't really remember this very well, because it confusing me
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;
}
Answer:
A = 8
B = 6
C = 4
D = 7
Top = 29
Side = 20
Step-by-step explanation:
To get A on the bottom side row you divide 32 by 4 and get 8.
To get D, on the first side row, subtract A, 8, now it's 21, 21 divided by 3 is 7.
To get B, on the first top row, subtract A and D, now divide by 2 and you get 6.
To get C, on the third side row, subtract B and divide by 2 and you get 4.
a) 0.34
Hope I helped! ( Smiles )