64 x 100 = 6400
11 x x = 11x
I’ll solve this out for you
11x = 6400
Divide 11 from both sides
x = 581.8
Hope this helps!
Answer:
u should give me the formula for ur question cuz I kind of understand but I did it years ago
8 and 5 multiply to 40 but subtract to 3.
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:
6 nickles
2 dimes 2 nickles
1 quarter 1 nickle 5 pennys