InterviewSolution
Saved Bookmarks
| 1. |
Fill in the blanks to make the statements true. In integers, 4x – 1 = 8 has ________ solution |
|
Answer» Consider the given integers, 4x – 1 = 8 Transpose -1 to RHS then it becomes 1. 4x = 8 + 1 4x = 9 x = 9/4 In integers, 4x – 1 = 8 has no solution. 4x = 9 (by taking -1 of LHS to RHS) therefore x = 9/4 |
|