Initialfee+variablefee=total
initialfee=12
variaablefeet=hours times 5
total=27
27=12+5 times hours
minus 12 both sides
15=5 times hours
divide both sides by 5
3=hours
rented 3 hours
Answer:
Point-slope is the general form y-y₁=m(x-x₁) for linear equations. It emphasizes the slope of the line and a point on the line (that is not the y-intercept). Watch this video to learn more about it and see some examples. Created by Sal Khan.
Step-by-step explanation:
pls give me brainless
We know, Volume of a cone = πr² h/3
It would be: π * (4)² `10/3
= π * 16 * 10 / 3
= 160π / 3 cm³
In short, Your Answer would be Option C
Hope this helps!
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: 6/5
Step-by-step explanation: