1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
borishaifa [10]
2 years ago
7

You start at (-4, 0). You move left 1 unit and down 5 units. Where do you end?

Mathematics
1 answer:
Natasha2012 [34]2 years ago
8 0

Answer: (-5, -5)

Step-by-step explanation:

(-4, 0)

Here, -4 is our x value and 0 is our y value

The x value moves horizontal (left and right) while the y value moves vertical (up and down)

If we move 1 unit left, we change x by -1 so, -4 -1 = -5

If we move 5 units down, we change y by -5 so, 0 -5 = -5

Therefore,

our new endpoint is: (-5, -5)

You might be interested in
Ifr=9 and t= 11, what is the value of 2rt?<br> 50<br> O 101<br> 100<br> O 198
olasank [31]

Answer:

198

Step-by-step explanation:

2(9)(11)

Since you know that r = 9 and t = 11, you can substitute the variables to numbers. Then you just multiply to get 198. Hope this helps :)

4 0
3 years ago
Read 2 more answers
The correlation analysis assumes that the measurements have a bivariate normal distribution in the population. Select all of the
RoseWind [281]

Answer:

A. True

B. True

C. False

D. False

E. False

F. False

G. True

Step-by-step explanation:

Select all of the features that define a bivariate normal distribution.

<em>(this means that we select only those that are properties of the bivariate normal distribution)</em>

A. Bell-shaped probability distribution in two dimensions rather than one

<em>TRUE  because any combination of the two is still normal Z(x,y)=aX+bY</em>

B. A relationship between X and Y that is not linear

<em>TRUE The contours of the distribution are ellipses.</em>

C. The presence of outliers

<em>FALSE possible, but not always.</em>

D. Either X or Y has a decidedly skewed distribution

<em>FALSE normal distributions are symmetric</em>

E. A relationship between X and Y that is linear

<em>FALSE see answer to B</em>

F. A cloud of points that is funnel shaped (wider at one end than the other)

<em>FALSE normal distributions are symmetric</em>

G. The frequency distributions of X andY separately are normal

TRUE For example, in <em>Z(x,y)=aX+bY, putting a or b=0 means that X and Y separately are normal.</em>

4 0
3 years ago
The value of a variable that makes an equation true
SVEN [57.7K]
Any number that makes an equation true is a "solution of an equation" it id a solution....(i hope this helps) *smiles*
3 0
3 years ago
39-50 find the limit.<br> 41. <img src="https://tex.z-dn.net/?f=%5Clim%20_%7Bt%20%5Crightarrow%200%7D%20%5Cfrac%7B%5Ctan%206%20t
Katyanochek1 [597]

Write tan in terms of sin and cos.

\displaystyle \lim_{t\to0}\frac{\tan(6t)}{\sin(2t)} = \lim_{t\to0}\frac{\sin(6t)}{\sin(2t)\cos(6t)}

Recall that

\displaystyle \lim_{x\to0}\frac{\sin(x)}x = 1

Rewrite and expand the given limand as the product

\displaystyle \lim_{t\to0}\frac{\sin(6t)}{\sin(2t)\cos(6t)} = \lim_{t\to0} \frac{\sin(6t)}{6t} \times \frac{2t}{\sin(2t)} \times \frac{6t}{2t\cos(6t)} \\\\ = \left(\lim_{t\to0} \frac{\sin(6t)}{6t}\right) \times \left(\lim_{t\to0}\frac{2t}{\sin(2t)}\right) \times \left(\lim_{t\to0}\frac{3}{\cos(6t)}\right)

Then using the known limit above, it follows that

\displaystyle \left(\lim_{t\to0} \frac{\sin(6t)}{6t}\right) \times \left(\lim_{t\to0}\frac{2t}{\sin(2t)}\right) \times \left(\lim_{t\to0}\frac{3}{\cos(6t)}\right) = 1 \times 1 \times \frac3{\cos(0)} = \boxed{3}

4 0
1 year ago
Please help me answer question B!
skelet666 [1.2K]

Answer:

  • The program counter holds the memory address of the next instruction to be fetched from memory
  • The memory address register holds the address of memory from which data or instructions are to be fetched
  • The memory data register holds a copy of the memory contents transferred to or from the memory at the address in the memory address register
  • The accumulator holds the result of any logic or arithmetic operation

Step-by-step explanation:

The specific contents of any of these registers at any point in time <em>depends on the architecture of the computer</em>. If we make the assumption that the only interface registers connected to memory are the memory address register (MAR) and the memory data register (MDR), then <em>all memory transfers of any kind</em> will use both of these registers.

For execution of the instructions at addresses 01 through 03, the sequence of operations may go like this.

1. (Somehow) The program counter (PC) is set to 01.

2. The contents of the PC are copied to the MAR.

3. A Memory Read operation is performed, and the contents of memory at address 01 are copied to the MDR. (Contents are the LDA #11 instruction.)

4. The MDR contents are decoded (possibly after being transferred to an instruction register), and the value 11 is placed in the Accumulator.

5. The PC is incremented to 02.

6. The contents of the PC are copied to the MAR.

7. A Memory Read operation is performed, and the contents of memory at address 02 are copied to the MDR. (Contents are the SUB 05 instruction.)

8. The MDR contents are decoded and the value 05 is placed in the MAR.

9. A Memory Read operation is performed and the contents of memory at address 05 are copied to the MDR. (Contents are the value 3.)

10. The Accumulator contents are replaced by the difference of the previous contents (11) and the value in the MDR (3). The accumulator now holds the value 11 -3 = 8.

11. The PC is incremented to 03.

12. The contents of the PC are copied to the MAR.

13. A Memory Read operation is performed, and the contents of memory at address 03 are copied to the MDR. (Contents are the STO 06 instruction.)

14. The MDR contents are decoded and the value 06 is placed in the MAR.

15. The Accumulator value is placed in the MDR, and a Memory Write operation is performed. Memory address 06 now holds the value 8.

16. The PC is incremented to 04.

17. Instruction fetch and decoding continues. This program will go "off into the weeds", since there is no Halt instruction. Results are unpredictable.

_____

Note that decoding an instruction may result in several different data transfers and/or memory and/or arithmetic operations. All of this is usually completed before the next instruction is fetched.

In modern computers, memory contents may be fetched on the speculation that they will be used. Adjustments need to be made if the program makes a jump or if executing an instruction alters the data that was prefetched.

4 0
2 years ago
Other questions:
  • May you please help my marking period is almost over i will have a better grade in math if i hand this in
    11·1 answer
  • Plz Help me with this question will give BRAINLIEST and 10 points!
    14·2 answers
  • to find the distance between a point x and an inaccessible point​ z, a line segment xy is constructed. measurements show that xy
    12·1 answer
  • Find the domain of <br> 3 √2t-1
    11·1 answer
  • At the zoo, 3 pandas eat a total of 181 1/2 pounds of bamboo shots each day. The male panda eats 3 times as much as the baby. Th
    9·1 answer
  • Fill in the boxes?? Thank youuu
    11·2 answers
  • The adult skeleton consists of 206 bones. There are 28 bones in the skull and 30 bones in the arms and legs. Out of the 28 skull
    14·2 answers
  • Find the product.<br><br> (6xyz4)(5xy3)<br><br> PLEASE HELP!!! ASAP!!
    15·2 answers
  • Consider the two triangles shown below are the two triangles congruent
    6·1 answer
  • Sally is an architect who creates a blueprint of a rectangular dining room. The area of the actual dining room is 1600 times lar
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!