The complete question in the attached figure
we know that
perimeter=24 ft
[the perimeter of a rectangle]=2*8+2*x-----------> 16+2x
24=16+2x-------> 2x=24-16----------> 2x=8----------> x=4 ft
the answer is
the option C) x=4 ft
I do not know bro. Have you tried
1.4 meters would be deeper
The function that takes three decimal numbers as inputs and finds the sum of those inputs and returns the sum has been given below
What is programming?
Program is the set of instructions given to the computer so that the computer can execute those instructions. The act of writing program is called programming.
The program has been shown below
#include<stdio.h>
using namespace std;
int main()
{
double n1, n2, n3;
double s;
printf("Enter first numbers");
scanf(%lf, &n1);
printf("Enter second numbers");
scanf(%lf, &n2);
printf("Enter third numbers");
scanf(%lf, &n3);
s = n1 + n2 + n3;
printf("Sum = %f", s);
return 0;
}
To learn more about programming refer to the link-
brainly.com/question/23275071
#SPJ4
Answer:
x = - 5
Step-by-step explanation:
Given
- 8x + 32 = 4(- 2 - 4x) ← distribute parenthesis on right side
- 8x + 32 = - 8 - 16x ( add 16x to both sides )
8x + 32 = - 8 ( subtract 32 from both sides )
8x = - 40 ( divide both sides by 8 )
x = - 5