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;
}
Scavdfdscdeereedefrrdeeeeeqwwwwwwwwwwwrrtrrrrrresfr
Answer:
the answer is 11.7 because you round up the decimals
Answer:
42 ounces of yellow paint.
Step-by-step explanation:
- To make three cups of dark orange, you just need to remember that to make one cup you need: 7 ounces of red paint and 1 ounce of yellow paint. Then, to make three cups, we just have to multiply these proportions by three,which means 7x3 ounces of red paint =21 ounces of red paint, plus 3x1 ounces of yellow paint =3 ounces of yellow paint. Then we need 21 ounces of red paint and 3 of yellow paint to make three cups of dark orange.
- To make one cup of light orange, we need 13 ounces of yellow paint, and 3 ounces of red paint. Then, to make three cups, we just multiply this proportion by 3, as follows: 13x3 ounces of yellow paint = 39; and 3x3 ounces of red paint =9. Then we need 9 ounces of red paint and 39 of yellow paint to make three cups of light orange.
- Adding up the amount of ounces we need to make dark orange and light orange, we get a total amount of 21+9=30 ounces of red paint and 3+39=42 ounces of yellow paint to make three cups of light orange and three cups of dark orange.