(-2x + 4y)(3x - 7y) = -6x^2 - 28y^2 + 12yx
7. 3/4 x 12 is 9 so subtract 9/12 from 12/12 to get 3/12
8. Their pizzas were all cut differently. Josh’s pizza was cut in half, Lisa’s was cut into 6 slices and Vicki’s was cut in 8 slices
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;
}
If x approach infinity then (x² + 1)/(2x² +1) = 1/2 then lim as x approach infinity
lim y = arccos 1/2 = 1.047