Find a number such that three times the number minus 6 is equal to 18.

Let n — number
Equation: 3n — 6 = 18
Solve for n: 3n=18+6
n = 24 / 3
n = 8

Solution: The numbers is: 8.
Check: (3 * 8) — 6 = 18 Solution checks

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The types int, float, double, and char are examples of data abstractions 2. Items declared in the public part of a class may only be accessed from within the class itself. 3. The declaration section of a class contains a description of the class' interface with other program components that use the class. 4. All class attributes must appear in the private segment of a class 5. Both the class and the struct define a data type that is a collection of related data elements which may be of different types.

Computer Science & Information Technology

To create a template from an existing page, open the page on which you want to base the template, click the ____________________ button in the Templates list in the Common category of the Insert panel, and then name and save the template.

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

Computer Science & Information Technology