Find the value of x that makes these equations true.
3 - 3x + 2 = 2x-3x-4
5 -3x=-x-4
5 - 3x - 5 =-x - 4 - 5
3x = -x-9 -3x+x—x-9+x - 2x = - 9
- 2x/-2 =- 9 /-2 x = 4i
Collected terms
Added - 5 to both sides Collected terms
Added x to both sides Collected terms
Divided both sides by - 2 This is the solution.
Computer Science & Information Technology
You might also like to view...
All addresses that begin (in hex) with the digits FD are ________ addresses
A) Global unicast B) Link local C) Multicast D) Unique local
Computer Science & Information Technology
The following 4 lines of C++ code, use strings.
``` string firstName; // Define a string object char lastName[7]; // Define a C-string firstName = "Abraham"; // Assign a value to the string object lastName = "Lincoln"; // Assign a value to the C-string ```
Computer Science & Information Technology