Answer:
Peg
Explanation:
This is known as the "peg technique." The name comes from the fact that we usually employ pegs to hang clothes to dry. In this memory aid, the person who wants to memorize something creates mental associations between two concrete objects. This is done in a one-to-one fashion that links all the words together.
It is false because if the margins, the space on the side of a paper, gets bigger, that means there is more emptiness and less space for text.
Answer:
30 units of Food A and 45 units of Food B are to be purchased to keep costs at the minimum $105.
Explanation:
X = Amount of food A
Y = Amount of food B
Z= 2X+Y..... minimum cost equation
50X + 20Y > 2400 .................Vitamins .......(1)
30X + 20Y > 1800 ...................Minerals.......(2)
10X + 40Y > 1200 .................Calories ..........(3)
X > 0
y > 0
X=30 and Y = 45
Z= 2(30) + 45 = $105
Answer:
You need to import the deque methods in order to use a deque.
Explanation:
the correct option is B
You need to import the deque methods in order to use a deque.
Please mark me as brainliest
HTML is to give structure to the content of a web page. You can specify what links are part of the site's navigation, what sentences are headers and what blocks of text are paragraphs pertaining to those headers. Tables can present a data and establish the relationships of the data sets.