Do you have a picture or some information of some sort?
Answer:
The counting principle lets you multiply the number of options per category to find the total number of possible outcomes.
Step-by-step explanation:
So the first one.
Answer:
No. it would be 4 3/14
Step-by-step explanation:
5-1=4
common denominator is 14 to get there,
1x7=7
2x7=14
2x2=4
7x2=14
7/14 - 4/14 = 3/14
put it all back together and you get 4 3/14
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;
}
12,789 chocolate
9,324 Cookie Dough
10,402 Peanut Butter Cones
13,788 Vanilla
46,303 in total