Answer:
B.
Step-by-step explanation:
You have to find the total of tickets which is 85 and find the non-winning tickets which is 63. So, the answer is 63:85.
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;
}

so,

it equals 12.49 or 12.5 depending on rounding
I hope this helps!
Answer:
A Parallelogram
Step-by-step explanation:
Answer:
x<8
Step-by-step explanation:
2x+5>3x-3
2x+8>3x
8>x