Answer:
No .1
Ans ; 2
No.2
Ans ; 3
Step-by-step explanation:
Multiply or add and if the value is whole no. then its W else L
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;
}
8x4=32
32=(yx7)-(yx3)
(yx7)=7y
(yx3)=3y
32=7y-3y
7y and 3y are like terms so you subtract them
=4y
32=4y
then divided 4y by 4 (to get y on its own) this cancels out if you ÷ 4y on one side of the equation you have to divide on the other side to make it balanced 32÷4=8
y=8
Answer:
=45 b/c all we have to do is subtract the higher number to the lowest number.
Answer:
2/10
Step-by-step explanation: