The sum of three consecutive odd integers is -285. What are the three integers? Write an equation that properly models the problem. Let the letter represent the smallest of these three integers.

A.
B.
C.
D.
E.


Answer: E

Computer Science & Information Technology

You might also like to view...

Which of the following JavaScript statements contain variables whose values are destroyed (changed or replaced)?

a) ``` p = i + j + k + 7; ``` b) ``` window.alert( "variables whose values are destroyed" ); ``` c) ``` window.alert( "a = 5" ); ``` d) ``` stringVal = window.prompt( "Enter string:" ); ```

Computer Science & Information Technology

The ____________________ develops the CSS style sheets that will be linked to the individual Web pages.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Most C++ programs that do I/O should include the _________ header file that contains the declarations required for all stream-I/O operations.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Define Telnet, and explain why it was replaced and what replaced it.

What will be an ideal response?

Computer Science & Information Technology