Answer:
The two numbers are:
30 and 18
Step-by-step explanation:
a + b = 48
a - b = 12
From the first eq.
a = 48 - b
Replacing this last value in the second eq.
(48 - b) - b = 12
48 - 2b = 12
48 - 12 = 2b
36 = 2b
36/2 = b
18 = b
from the first eq.
a + 18 = 48
a = 48 - 18
a = 30
Check:
from the second eq.
a - b = 12
30 - 18 = 12
650 is greater than 500 so you round up to the nearest thousands digit.
325,000
Answer:
The answer is 15x+10b-45y+50 which is the choices C.
Step-by-step explanation:
5(3x+2b-9y+10)
15x+10b-45y+50
Given three points
P1(-2,8)
P2(0,-4)
P3(4,68)
We need the quadratic equation that passes through all three points.
Solution:
We first assume the final equation to be
f(x)=ax^2+bx+c .............................(0)
Observations:
1. Points are not symmetric, so cannot find vertex visually.
2. Using the point (0,-4) we substitute x=0 into f(x) to get
f(0)=0+0+c=-4, hence c=-4.
3. We will use the two other points (P1 & P3) to set up a system of two equations to find a and b.
f(-2)=a(-2)^2+b(-2)-4=8 => 4a-2b-4=8.................(1)
f(4)=a(4^2)+b(4)-4=68 => 16a+4b-4=68.............(2)
4. Solve system
2(1)+(2) => 24a+0b-12=84 => 24a=96 => a=96/24 => a=4 ......(3)
substitute (3) in (2) => 16(4)+4b-4=68 => b=8/4 => b=2 ..........(4)
5. Put values c=-4, a=4, b=2 into equation (0) to get
f(x)=4x^2+2x-4
Check:
f(-2)=4((-2)^2)+2(-2)-4=16-4-4=8
f(0)=0+0-4 = -4
f(4)=4(4^2)+2(4)-4=64+8-4=68
So all consistent, => solution ok.