answersLogoWhite

0


Best Answer

Nope.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Do all like graphs have to start at 0?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Do conversion graphs have to start at 0?

nope!


Do graphs have to start at the number zero?

yes a graph has to start from a point 0.


What do you call Graphs that don't begin at 0?

a line graph


What point do all the graphs of the form y equals ax where a equals 0 have in common?

If y = ax and a = 0, then y=0. No matter what x is, y is still 0. Therefore any graph of y=ax (where a=0) will simply be a line at y=0, which is the x-axis.


Why dedicated system memory is 0?

All computers start counting at 0, not 1.


Why do all conversions start at 0 0?

Anything multiplied by 0 is 0. If your conversion is v = (x*.75), then v = 0 if x = 0.


Are the raiders still at the bottom?

No they are not. That's what I like about the start of NFL season...everyone is 0-0.


What words start with 0?

What are all the words that starts with o


When one graphs the square root of 16 as a circle it will cross four lines -4 4 and two imaginary numbers?

No. The 4 points are (4, 0), (0, 4), (-4, 0) and (0, -4).


How are graphs and equations related?

The graph of an equation represents the solution set of the equation, that is all the solutions of the equation are points that lie on the graph and all the points that lie on the graph are solutions of the equation.


Why are graphs of polynomials smooth and continuous?

Smooth function has derivatives of all orders. Polynomials have derivatives of all orders, thus polynomials are smooth functions. For example: f(x)=2x+3 => f'(x)=2 => f''(x)=0 => f'''(x)=0... So all derivatives exist. (Derivative being zero is ok.) Their continuity can be proven using the Weierstrass (epsilon-delta) definition.


Finite automata in compiler design containing all strings of 0s and 1's with odd no of 0s and 1's?

START (0/1=even/even): 0-->A 1-->B A (0/1=odd/even): 0-->START 1-->STOP B (0/1=even/odd): 0-->STOP 1-->START STOP (0/1=odd/odd): 0-->B 1-->A