15 lines
		
	
	
		
			850 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			850 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   | --- | ||
|  | title: What Is the Range of a Function | ||
|  | --- | ||
|  | ## What Is the Range of a Function
 | ||
|  | <!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds  --> | ||
|  | 
 | ||
|  | The range of a function is the complete set of all possible resulting values of the dependent variable, after you substitute the domain. In other words, the range is the resulting y-values you get after substituting all the possible x-values. | ||
|  | 
 | ||
|  | For example, for <span class='texhtml'>y = sqrt(x + 2)</span>, the range of this function is <span class='texhtml'>y >= 0</span>. | ||
|  | 
 | ||
|  | #### More Information:
 | ||
|  | <!-- Please add any articles you think might be helpful to read before writing the article --> | ||
|  | 
 | ||
|  | <a href='https://www.intmath.com/functions-and-graphs/2a-domain-and-range.php' target='_blank' rel='nofollow'>Domain and Range of a Function</a> |