Answer:
r= 0
r= 1
b= -3
x= -3
Step-by-step explanation:
4r-8r=0
-4r=0
r=0
-15=-8r-7r
-15= -15r
r=1
3b+7-1=-3
3b= -3-7+1
3b= -9
b= -9/3
b=-3
3x+1-6x=7
-3x= 7-1
-3x= 6
x= -6/3
x= -3
The answer is 14
Brainliest plz?
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;
}
3 1/4 ÷ 2 = 1.625 or 1 5/8 cups of flour in each bowl.
?????Step-by-step explanation: