Question 206924
1. Find three consecutive integers if the product of the second and third integer is 78 more than 9 times the first.
x-1, x and x+1
x*(x+1) = 9(x-1) + 78
x^2+x = 9x-9 + 78 = 9x+69
x^2 - 8x - 69 = 0
There are no integer solutions.  Typo?
--------------------
2. The product of two integers is 64 and their difference is 12. Find the two integers.
x*y = 64
x-y = 12 -->x = y+12
Sub into 1st eqn
y*(y+12) = 64
y^2 + 12y - 64 = 0
(y+16)*(y-4 = 0
y = 4, x = 16
y = -16, x = -4
---------------
3. An object is dropped from the top of the Empire State Building in New York, which is approximately 1444 ft tall. The equation that gives the distance of the object has fallen is d=16t(squared), where d is the distance in feet and t is the time in seconds. How long has the object been falling when it has traveled 400 ft? When does the object hit the ground?
d = 16t^2
400 = 16t^2
t^2 = 25
t = 5 seconds
--------------
When does the object hit the ground?
1444 = 16t^2
t^2 = 90.25
t = 9.5 seconds
---------------
4. The length of the base of a triangle is three times the height. The area of the triangle is 24sqcm. Find the base and height of the triangle.
Area = bh/2
24 = 3h*h/2
3h^2 = 48
h^2 = 16
h = 4 cm
b = 12 cm