–3 /x=-2 /3

Use cross multiplication to
• determine the value(s) of x that will make the equation true, or
• determine that any value of x will make the equation true, or
• determine that any value of x, except zero, will make the equation true, or
• determine that no value of x will make the equation true.


– 2x = – 9 Cross multiplied
–2x/– 2— 9 1-2 Divided both sides by –2
x=9/2 Reduced fraction
x = 41 Expressed as proper fraction
x= 41 This is the solution.

Computer Science & Information Technology

You might also like to view...

The StretchImage property is used to:

a) change the size of the image to fit the PictureBox b) change the size of the PictureBox to fit the image c) find a medium between the PictureBox and the image d) make the picture as large as possible while still maintaining quality

Computer Science & Information Technology

Which of the following is not a Java AWT portability issue?

a. GUI components that have different looks on different platforms may use different amounts of space. b. GUI components may have different default functionality. c. Different platforms may have different representations of integers. d. All of the above.

Computer Science & Information Technology

Which of the following is TRUE about the Outline view?

A) The collapsed outline view displays only the slide icon. B) You can only collapse or expand a full presentation, not a single slide. C) Double-click the slide icon to collapse or expand slide content. D) Press Tab to create a new slide

Computer Science & Information Technology

What method is this?

Given the following code: template < class ItemType> ItemType ArrayStack::doSomething() const { assert (!isEmpty()); return items[top]; } a. pop() b. peek() c. default constructor d. copy constructor

Computer Science & Information Technology