9514 1404 393
Answer:
x = 8 1/3
Step-by-step explanation:
Put the known values into the equation and solve for x.
f(x) = 3x -1
24 = 3x -1 . . . . . use 24 for f(x)
25 = 3x . . . . . . . add 1 to both sides
25/3 = x . . . . . . divide both sides by 3
The input is x = 8 1/3.
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:
No, they aren't similar.
Step-by-step explanation:
<u><em>Let's take the proportionality of their sides to check whether they are similar or not:</em></u>

=> 2 ≠ 3
So, they are not similar.
Answer: 23.2
Step-by-step explanation: