Answer: 17.50
Step-by-step explanation:
20% of x = 3.50
(20/100) x = 3.50 Divide top and bottom of the left number by 20
(20÷20) / (100÷20) * x = 3.50
(1/5) x = 3.50 Multiply both sides by 5
x = 3.50 * 5
x = 17.50
The meal cost 17.50
You'll have to be more specific, like what is each side, as in height, width or length. Sorry!
Answer:
8.89 feet
Step-by-step explanation:
The square of the side length is 79 ft², so the side length is the square root of that:
√(79 ft²) ≈ 8.88819 ft ≈ 8.89 ft
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
Based on estimation, it should be the fourth choice. Hope this helps!!!