Answer: Dilation is a technique for creating similar figures. Each point is stretched outwards from the center point D by multiplying distances by the scale factor. (Outwards if the scale factor is bigger than 1.) Move the points A, B, and C to change the shape of the triangle.
Step-by-step explanation:
Letters
If ABC is congruent to DEF
Then angle A = angle D
angle B = angle E
angle C = angle F
Sides:
AB = DE
BC = EF
AC = DF
The second constraint is the same as the objective function, so your problem boils down to finding integer solutions to
.. 3x1 +5x2 = 36
There are 3 solutions. They are (x1, x2) = (12, 0), (7, 3), (2, 6)
The value of the objective function there is (obviously) 36.
True
merry Christmas and a happy new year :)
Answer:
{d,b}={4,3}
Step-by-step explanation:
[1] 11d + 17b = 95
[2] d + b = 7
Graphic Representation of the Equations :
17b + 11d = 95 b + d = 7
Solve by Substitution :
// Solve equation [2] for the variable b
[2] b = -d + 7
// Plug this in for variable b in equation [1]
[1] 11d + 17•(-d +7) = 95
[1] -6d = -24
// Solve equation [1] for the variable d
[1] 6d = 24
[1] d = 4
// By now we know this much :
d = 4
b = -d+7
// Use the d value to solve for b
b = -(4)+7 = 3
Solution :
{d,b} = {4,3}