Answer:
1. 8/$12=21/$x then cross multiply.
2. 1/$1.5, we're looking for cost so $1 is more reasonable
3. $31.5
Step-by-step explanation:
12x 21/ 8 = 31.5
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:
I agree with Elena
Step-by-step explanation:
Ants have 6 legs. Elena and Andre write equations showing the proportional relationship between the number of ants, a, to the number of ant legs, v.
Elena writes a = 6 times v
Andre writes v =1/6 times a.
Mathematically
The number of ants a is directly proportional to the number of legs
=a ∝ v
Because if
1 ant = 6 legs
2 ants = x legs
x = 6 legs × 2
x = 12 legs
The number of ants is directly proportional to the number of legs
Therefore, Elena is correct and Andre is wrong.
Answer:

Step-by-step explanation:
Given that to save money, a local charity organization wants to target its mailing requests for donations to individuals who are most supportive of its cause.
Men women
Sample size 5 5
Mean rate 6.2 5.3
Mean diffference = 
Std error for difference = 0.25 (given)
Since we have two groups and also sample sizes are very small we can use t significant value for finding out confidence interval
df = 5+5-2 =8
t critical value for 80% two tailed = 1.397
Conf interval 80%
=