InterviewSolution
Saved Bookmarks
| 1. |
Fill in the blanks to make the statements true. If 5 is added to three times a number, it becomes the same as 7 is subtracted from four times the same number. This fact can be represented as ________ |
|
Answer» Let us assume the number be x, Given, If 5 is added to three times a number = 3x + 5 7 is subtracted from four times the same number = 4x – 7 If 5 is added to three times a number, it becomes the same as 7 is subtracted from four times the same number. This fact can be represented as 3x + 5= 4x – 7. |
|