Terning a text based problem into a number based problem

  • Thread starter Thread starter Restless
  • Start date Start date
  • Tags Tags
    Text
Restless
Messages
4
Reaction score
0
Turning a text based problem into a number based problem

I can solve these types of questions such as:

4(3x-5)=5x+2(x+15)

but when a question is worded something like:

"The second of three numbers is 1 less than the first. The third number is 5 less than the second. If the first number is twice as large as the third, find the three numbers."

There is just too much going on in that worded problem for me to be able to express it differently.

A simple question like:

"A can of beans weighs twice as much as a can of coke plus 2lbs"

This is simple, I can just say:

b = 2c + 2

But the questions in my book are just so long winded -_- any tips?
 
Last edited:
Mathematics news on Phys.org
Just take it slow and be systematic. The first clue you are looking for is how many variables are there - which is three. Then you assign them names, eg. a, b and c. Then just write down the equations as they come along. For instance, the first sentence also tells you that b=a-1, and so on.
 


Restless said:
The second of three numbers is 1 less than the first.
The third number is 5 less than the second.
If the first number is twice as large as the third,
find the three numbers.

You might want to choose names that you can't mix up part way through the problem.
First step might be this, to avoid using x for first and then later x for second or third.
Each sentence is turned directly into a single simple equation with appropriate names.

second= -1+first
third= -5+second
first= 2*third

Then if you need to the next step might be this

s=f-1
t=s-5
f=2*t

and solve that.

When you get something like s=4, t=2, f=5 you can look back at your original problem and see exactly what each of those results should be used for.

Just be careful to not mix up s and 5 or o and 0 or l and 1, etc.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Back
Top