Answer:
D
Step-by-step explanation:
Perfect square trinomials can be written as (a + b)² = a² + 2ab + b². In this case, we know that a = x so we can write this as x² + 2bx + b². Since we know that 2bx = 24x we can conclude that b = 12, so that means b² = 12 * 12 = 144.
Answer:
People often sort stacks of documents using a recursive method. For example, imagine you are sorting 100 documents with names on them. First place documents into piles by the first letter, then sort each pile. Looking up words in the dictionary is often performed by a binary-search-like technique, which is recursive.
Step-by-step explanation:
This is just an example.
If this helps please mark as brainliest
Answer:
31.25 k
Step-by-step explanation:
80 % * x = 25 k
.80 x = 25 k
x = 25 k / .80 = 31.25 k
Y-5= 3(x-0)
Y-5= 3x
Y= 3x + 5
Hope this helps!
Answer: You can multiply the top equation by -1 to eliminate the x variable.
And the solution is (2,4/3) in case you need it.
Step-by-step explanation:
2x + 3y = 8
2x + 6y = 12
If you multiply the upper equation or down equation by one, you will be able to eliminate the x variable.
-1( 2x + 3y) = -1(8) New equation: -2x -3y = -8.
Add the new equation you got by multiplying the top equation by -1 to the bottom equation.
Add them: -2x -3y = -8
2x + 6y = 12
3y = 4
y = 4/3
You can now input the value for y into the one of the equations and solve for x.
-2x - 3(4/3) = -8
-2x -4 = -8
+4 +4
-2x = -4
x = 2