Looking for reliable answers? Westonci.ca is the ultimate Q&A platform where experts share their knowledge on various topics. Get detailed answers to your questions from a community of experts dedicated to providing accurate information. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

If 5 is added to a number and the sum is doubled, the result is 7 less than the number. What is the number?

Sagot :

Answer:

x = -17

Step-by-step explanation:

let the number be x

Lets break the statement up into steps:

"5 is added to a number" ---> x + 5

"and the sum is doubled" ---> 2 (x + 5)  this is "the result as stated in the question"

"7 less than the number" ----> x - 7

hence,

"the result is 7 less than the number" -----> 2 (x + 5) = x - 7

we simply solve for x

2 (x + 5) = x - 7

2x + 10 = x - 7    (subtract x from both sides)

2x + 10 - x = -7

x + 10 = -7    (subtract 10 from both sides)

x = -7 - 10

x = -17