Answer:
Yes, the relation is a function
Domain = {-3,1,3,7}
Range = {7,3,1-1}
Explanation:
Given
{(-3,7),(1,3),(3,1),(7,-1)}
To determine if the relation is a function or not, we check if every output has only one corresponding input.
The output are (7,3,1-1) while the input are (-3,1,3,7)
-3 ----;> 7
1 -------> 3
3 -------> 1
7 -------> -1
It is a function since every output only has one corresponding input
To find the domain, we look at the set of input values
Domain = {-3,1,3,7}
To find the range, we look at the set of output values
Range = {7,3,1-1}
Answer:
The answer is "Option C".
Explanation:
The local computer also refers to locally, it is a device, that is used by LAN. It is also called as a remote computer, in which all the data is stored in the main computer and accessible by protected password, and certain choices were wrong, which can be described as follows:
- In option A, It is used in digital communication.
- In option B, It is used in androids.
- In option D, It is used to provides web services.
A good topic sentence provides the reader with an indication of what will follow in the rest of the paragraph.
It contains both a topic and a controlling idea or opinion.
It is clear and easy to follow.
It does not include supporting details. It is to the point.
A good topic sentences engages the reader by using interesting vocabulary.
I hope that this helps.
Please mark Brainliest if you believe that I deserve so.
The answer is WordArt, I have to type out this much because Brainly won't let me answer anything under 20 characters. Good luck.
Answer:
The correct answer for the given question is option(B). i.e the strings are equal.
Explanation:
String are the collection of characters.In the string compare function if both string are equal then it return 0 value otherwise it return non zero value.
if string 1 is greater then the string 2 then it return 1 . in c language
if string 2 is greater then string 1 then it return -1 in c language.