100 = x + x/2
3x/2 = 100
x = 200/3
if there was 50% discount:
buying 1 would be $33.33
buying 2 would be $66.67
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:
Step-by-step explanation:
Area of the good part= area of whole roof - area of bad part
Since the roof is a square roof, the area will be calculated using the formulae for area of a square
Area of a square =length²
Area of good part =(x+12)²-x²
A= {(x+12)(x+12)} - x²
A = (x²+12x+12x+144) -x²
Open the bracket and rearrange the equation
A= x²-x²+24x+144
A=(24x+144) ft
The answer is -34
Explication
2✖️(-12)-10
-24-10
-34
Answer:
The answer to this is a, b, d, e
Step-by-step explanation:
Took the quiz