195k views
3 votes
Ms Cohen gave a riddle: A string is 2 meters longer than a rod. Half of the rod is 1 meter shorter than half of the string. Is this true or false?

User Jcoglan
by
5.6k points

1 Answer

2 votes
We are going to define the following variables.
y: length of the string.
x: length of the rod.
We have the following equation:
y = x + 2
Half of the rod is 1 meter shorter than half of the string
x/2 = y/2-1
Let's rewrite equation 1 to see if it's true:
y = x + 2
(1/2) * y = (1/2) * (x + 2)
(1/2) * y = (1/2) * x + 1
(1/2) * x = (1/2) * y-1
Answer
this is true
(1/2) * x = (1/2) * y-1
User DefenestrationDay
by
6.3k points