chrosc9huleyvonn
chrosc9huleyvonn chrosc9huleyvonn
  • 03-09-2016
  • Mathematics
contestada

y=ax^2-bx-12.find the value of x? when a=1,b=2,y=3 by using general formular

Respuesta :

nguyenvui
nguyenvui nguyenvui
  • 03-09-2016
Find the value of x when a=1, b=2, y= 3 by using general formula
After replace number in a, b, y we have
3 = 1ax^2 - 2x - 12
x^2 - 2x -15 = 0
x^2 - 5x + 3x -15 = 0
(x^2 - 5x) + (3x -15) = 0
x*(x - 5) + 3*(x - 5) = 0
(x - 5)*(x + 3) = 0
x - 5 = 0 or x + 3 = 0
x=5 or x=-3
Answer Link

Otras preguntas

Lowest common factor of 28 and 30
Evaluate 7d, when d = 9 please!
A circular swimming pool has a radius of 20 feet. A fence is going to be built so that there is a 4-foot space around the entire pool. What is the length of the
The difference between three times a number and 5 is 10.
I WILL GIVE BRAINLIEST!!!
Help please due at midnight
Solve (s−9)(s−1)=0. how do I solve this equation
A shipment of fibers is not acceptable if the mean breaking strength of the fibers is less than 50.03 N. A large sample of fibers from this shipment was tested,
In this sentence, which word should be replaced with more precise language? The Arctic temperature has kept the research specimens super cold A)Arctic B)Resear
Given the following class code: public class RecurseSample { public static void main(String[] args) { System.out.println(recurse(3)); } p