public class QuadraticEquation { publicstatic void main(String args[]){ for(int x =0 ; x<=10; x++){ System.out.println("Value Of X : "+ x); System.out.println("------------------------"); intval = 3*x - 8*x + 4; System.out.println("Calculated Value : "+ val); System.out.println(); } } }
It is finding the values of the variable that make the quadratic equation true.
You are finding the roots or solutions. These are the values of the variable such that the quadratic equation is true. In graphical form, they are the values of the x-coordinates where the graph intersects the x-axis.
In math speak: Solving the equation means finding 'x' values that make the equation true. These 'x' values are called the roots of the quadratic.
Just like any other equation, you can set up a table of x values, and calculate the corresponding y values. Then plot the points on the graph. In this case, it helps to have some familiarity with quadratic equations (you can find a discussion in algebra books), and recognize (from the form of the equation) whether your quadratic equation represents a parabola, a circle, an ellipse, or a hyperbola.
Do you mean -4y2+32y-64 = 0 otherwise it's not an equation because there's no equal sign If so then by using the quadratic equation formula the values of y both equal 4
Simply learn and use the quadratic equation formula.
It is finding the values of the variable that make the quadratic equation true.
It is used to solve quadratic equations that cannot be factored. Usually you would factor a quadratic equation, identify the critical values and solve, but when you cannot factor you utilize the quadratic equation.
You are finding the roots or solutions. These are the values of the variable such that the quadratic equation is true. In graphical form, they are the values of the x-coordinates where the graph intersects the x-axis.
Roots, zeroes, and x values are 3 other names for solutions of a quadratic equation.
The solution to a math problem involving a quadratic equation is the values of the variable that make the equation true, typically found using the quadratic formula or factoring.
You convert the equation to the form: ax2 + bx + c = 0, replace the numeric values (a, b, c) in the quadratic formula, and calculate.
For an equation of the form ax² + bx + c = 0 you can find the values of x that will satisfy the equation using the quadratic equation: x = [-b ± √(b² - 4ac)]/2a
In math speak: Solving the equation means finding 'x' values that make the equation true. These 'x' values are called the roots of the quadratic.
Just like any other equation, you can set up a table of x values, and calculate the corresponding y values. Then plot the points on the graph. In this case, it helps to have some familiarity with quadratic equations (you can find a discussion in algebra books), and recognize (from the form of the equation) whether your quadratic equation represents a parabola, a circle, an ellipse, or a hyperbola.
The quadratic formula is used today to find the solutions to quadratic equations, which are equations of the form ax^2 + bx + c = 0. By using the quadratic formula, we can determine the values of x that satisfy the quadratic equation and represent the points where the graph of the equation intersects the x-axis.
It is a quadratic equation and the values of x are: -1/2 and 6