<span>The parent function here is √x. It has domain and range [0, ∞). Translating its "vertex" from (0, 0) to (a, b) will give it the desired domain and range. The translated function with the desired domain and range is ...
B) f(x)= √(x-a) +b </span>
Answer
B
Step-by-step explanation:
Sorry If its wrong
Answer:
94.985in^2
Step-by-step explanation:
Given data
Diameter= 11inches
Radius = 5.5 in i.e 11/2= 5.5inches
The Area of a circle is given as
Area= πr^2
Substitute
Area= 3.14*5.5^2
Area= 3.14*30.25
Area= 94.985 in^2
Hence the area is 94.985in^2
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:
0.375
Step-by-step explanation: