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;
}
Let n be the number of lbs of nuts.
Let r be the number of lbs of raisins.
9n + 3r = 60 * 5 = 300 .............(1)
n + r = 60
n = 60 - r ...............(2)
Plugging the expression for n in (2) into (1) we get:
9(60 - r) + 3r = 300
which expands to:
540 - 9r + 3r = 300 .............(3)
Simplifying and rearranging (3) we get:
-6r = -240
Therefore r, the weight of raisins = 40 lbs
and the weight of nuts is 60 - 40 = 20 lbs
Circumference = 2 pi r = 20 pi
corresponding to 360 degrees
so an arc of 4pi feet will have a degree measure of 5pi / 20pi * 360 = 1/4 * 360 = 90 degrees
Answer:
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
Step-by-step explanation:
The graph of the linear function f(x) = ax + b is a line with slope m = a and y-intercept at (0, b).
Characteristics of the Linear Function: Domain: the set of all real numbers.
Range: the set of all real numbers.
I got no solution i might be wrong tho