In each of the problems below the result of doing some operation on a number is given. Find the number?
1). 3 added to double is 101.
2). 2 added to triple is 101.
3). 3 subtracted from double is 101.
4). 2 subtracted from triple is 101.
Case 1) 3 added to double is 101.
which means when we add 3 to a double number gives 101.
let the number be x.
Mathematically it can be represented as
⇒3+2x=101
⇒2x=101−3
⇒2x=98
⇒x=982
∴x=49
So, number is 49
Case 2) 2 added to triple is 101.
Let the number is y.
Mathemattically, it can be written as
⇒2+3y=101
⇒3y=101−2
⇒3y=99
∴y=993=33
Case 3) 3 subtracted from double is 101.
let the number is z.
It can be written as
⇒2z−3=101
⇒2z=101+3
⇒2z=104
z=1042=52
Case 4) 2 subtracted from triple is 101.
let the number is p
⇒3p−2=101
⇒3p=101+2
⇒3p=103
∴p=1033