Answer:
696 large bags of flour were packed.
Step-by-step explanation:
Let large bags of flour be 'y'
Let small bags of flour be 'x'. That is x=2040 (according to the question)







HOPE IT HELPS
#PEACE
Answer:
x = 4 - 1 = 3
Step-by-step explanation:
2(4 - y) + 3y = 9
8 - 2y + 3y =9
8 + y = 9
y = 1
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 quadrilateral always has a sum of 360o in total.
You did not put a question