Answer:
its D
Step-by-step explanation:
Step-by-step explanation:
y = ax^n + bx^(n-1) ... + z
(0, 1) tells us that the constant term z = 1.
because x = 0 eliminates all other terms. and as the sum is 1, that means z = 1.
for the other pairs I strongly suspect
(-1, 3) : 2×(-1)² + 1 = 2×1 + 1 = 3
(-2, 9) : 2×(-2)² + 1 = 2×4 + 1 = 9
so, the fitting equation is
y = 2x² + 1
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:
A) 9
Step-by-step explanation:
No. of hours required: 4×27 = 108
If 6 machines working:
108÷6 = 18 hours
27 - 18 = 9 hours fewer