X = 4 because 1 over 24 times 4 is 4 over 24 which is converted to 1 over 6
Yes because 6×6 is 36 and 9×4 is 36.
the blue shows who will get the free apple juice and the red the free popcorn the last one is the 36th person
Answer:
The picture that represent her drawing is uploaded below. The height is 8 ft and the base is 6 ft.
Step-by-step explanation:
Renee garden is triangular in shape . The area of the triangular garden is given as 24 ft² . The area of a triangle can be represented below.
Area of a triangle = 1/2bh
where
b = base
h = height
The drawing that represent Renee drawing is given below. The height is 8 ft and the base is 6 ft .
Using the formula
Area of a triangle = 1/2bh
Area of a triangle = 1/2 × 6 × 8
Area of a triangle = 48/2
Area of a triangle = 24 ft²
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;
}
What table? i think you need to upload a picture of it or something