answersLogoWhite

0

-8

User Avatar

Dwight Jacobi

Lvl 10
4y ago

What else can I help you with?

Related Questions

How do you find the distance between two coordinates in geometry?

square root(x2-x1)squared+(y2-y1)squared


X plus one over x squared plus two?

it equals x1 it equals x1


What formula would you use to find the distance from one point to another?

The Distance Formula! D = square root of (y2-y1) quantity squared + (x2-x1) quantity squared


Does distance have a formula?

Distance = the square root of (x2-x1)2 + (y2-y1)2Added:Distance Formula: Given the two points (x1, y1) and (x2, y2), the distance between these points is given by the formula:square root of x2-x1 squared +y2-y1 squared


What is the squared deviation from the mean?

A set of numbers will have a mean, which is defined as the sum of all the values divided by the number of values. Suppose this mean is m. For each of the values, the squared deviation is the square of the difference between that value and m. Algebraicly, if you have a set {x1, x2, x3, ... , xn}, whose mean is m, then the squared deviation from the mean for x1 is (x1 - m)2.


What is x squared plus five x minus fourteen?

The answer is: X1 = 2 X2 = -7


Where can someone purchase a Dell Latitude x1?

One can purchase a Dell Latitude X1 directly from the official Dell website where one can also define the specifications according to one's needs. One can also find a pre-built Dell Latitude X1 at websites such as Amazon and eBay.


Find number of integer solution of X1 x2 x324?

find number of integer solution of X1+x2+x3=24


What is the difference between Regula-falsi method and secant method?

Regula-Falsi Method evaluates using assumed variables like "a", "b", f(a), f(b) Secant Method Directly works with x1, x2, f(x1), f(x2) Difference is in the Assignment pattern only, otherwise both are used to find root of Non-Linear equations using the same procedure which is: x1= [a * f(b) - b * f(a)]/[f(b)-f(a)] x1= [x0 * f(x1) - x1 * f(x0)]/[f(x1)-f(x0)] Thank You :-)


How do you find linear equations with just coordinates?

if we take the (x1,y1),(x2,y2) as coordinates the formula was (x-x1)/(x2-x1)=(y-y1)/(y2-y1)


What is the distance between point A(0 0 8) and B(0 6 0)?

Not quite sure of the given coordinates but in general the distance formula is:- Square root of [(x1-x2)squared+(y1-y2)squared]


How do you find the The initial range of Bisection method?

If this is in the context of finding a root of an equation, the answer is to make some guesses. Find value x1 and x2 such that f(x1) and f(x2) have opposite signs. Then, provided that f is a continuous function over (x1, x2), the bisection method will find its root.