Answer:
y - 1/10 = x
Step-by-step explanation:
y = # minutes read Kiran
x = # minutes read Andre
Answer:
domain is (xo ≤ x ≤ 0.45 )
range is (xo ≤ y ≤ 8.1 )
Step-by-step explanation:
given data
constant speed = 18 miles per hour
total time = 27 minutes = 0.45 hour
solution
we consider here Domain number of hours = x and Range distance traveled = y
we apply here distanace formula that is
Distance = speed × time .........................1
put here value
Distance = 18 × 0.45 = 8.1 miles
and no of hours x = 0 to 0.45 hours
so here
So domain is (xo ≤ x ≤ 0.45 )
and
Distance is 0 to 8.1 miles
So range is (xo ≤ y ≤ 8.1 )
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
Approximately 7.2 units <span />
Answer:
Zero Solutions
Step-by-step explanation:
3x+3-5=3x-2
3x-3x= -2+5
0= 3
0 does not equal 3, so zero solutions.