Answer:
- parallelogram
- x = 5
- 60 units
Step-by-step explanation:
A. Opposite sides are the same length, so the figure is a parallelogram.
__
B. Diagonals of a parallelogram cross at their midpoints, so ...
9x +3 = 10x -2
5 = x . . . . . . . . add 2-9x to both sides
__
C. The longer side is 12x = 12(5) = 60 . . . . units
Answer:
I believe it would be A
Step-by-step explanation:
A deck of cards has 52 cards in it, so it cant be C or D, and with all the possibilities it could not be B
Answer:
-0.5, negative 1 over 5, 1 over 9, 1
Step-by-step explanation:
Hope this helps! :) please mark me as brainly :)
Answer:
24
Step-by-step explanation:
First find the area of the metal plate: 32*12=384
Find the are of each small square to see how much space it takes: 4*4=16
Divide the two to see how many can fit: 24
Tell me if you have any questions!
Answer:
In programming, a recursive function is a function that calls itself. Recursion is used very commonly in programming, although many simple examples (including some shown in this section) are actually not very efficient and can be replaced by iterative methods (loops or vectorized code in MATLAB).
Step-by-step explanation: