Find an equation of a line given the following information. The final answer should be left in slope-intercept form. Passes through the points and

What will be an ideal response?



Computer Science & Information Technology

You might also like to view...

What type of error will this code produce?

``` int x[10][20], i, j; for(i = 0; i < 20; ++i) { for(j = 0; j < 10; ++ j) { x[i][j] = i*j; } } ``` A. A compiler error will report that the program is not accessing the array correctly. B. There are no errors of any kind with this code. C. A run time error may occur because row and column values are not correct. D. Program crashes due to an un handled exception.

Computer Science & Information Technology

How often are restore points created?

A) every day B) once a week C) once a month D) only when the user requests it

Computer Science & Information Technology

The series of small icons in the upper left corner of an Office application is the ________ Toolbar

A) Backstage B) Quick Access C) Mini D) Custom

Computer Science & Information Technology

To select text with the mouse, position the I-beam pointer to the left of the first character of the text you want to select. Hold down the left button on the mouse, drag the pointer to the end of the text you want to select, and release the button. This is called ____.

A. dropping B. copying C. pasting D. dragging

Computer Science & Information Technology