son- b/t 3 and 4 dad- b/t 36 and 48
Let's say Bill = b and Tom= t We can make an equation like this from the question. 2b = 10 + t t= b +15 Since t = b+ 15 you can substitute that into the first equation making it 2b= 10 + (b + 15) 2b= 25+ b b= 25 So now we know bill is 25 inches tall now subsitute that into the sencond equation t=(25) + 15 = 40 Now we know that Tom is 40 inches tall Bill= 25 inches Tom= 40 inches
The two integers are A and A+40 or, equivalently, B and B-40.
Let T = temperature T is less than 40 degrees. T < 40 degrees
17 letters between B and T.
40 thieves with Ali Baba
Ff
Ali Baba and the 40 thieves is the answer.
Ali Baba and the Forty Thieves
5 continents of the world
son- b/t 3 and 4 dad- b/t 36 and 48
Let's say Bill = b and Tom= t We can make an equation like this from the question. 2b = 10 + t t= b +15 Since t = b+ 15 you can substitute that into the first equation making it 2b= 10 + (b + 15) 2b= 25+ b b= 25 So now we know bill is 25 inches tall now subsitute that into the sencond equation t=(25) + 15 = 40 Now we know that Tom is 40 inches tall Bill= 25 inches Tom= 40 inches
About 2 lakh crore rupees. that is 40 billion us dollars
its the t and the b
// recursive algorithm to return gcd using Euclid's Algorithm int gcd (int a, int b) { if (a<0) a= -a; if (b<0) b= -b; if (a<b) { int tmp; tmp= a; a= b; b= tmp; } if (b == 0) return a; return gcd (b, a%b); } // LCM using gcd int LCM (int a, int b) { int t; t = a*b; if (t<0) t=-t; return t / gcd (a, b); }
The two integers are A and A+40 or, equivalently, B and B-40.
Oh, dude, let's break this down. So, if A gives B a 40m head start, A wins by 19 seconds. But if A gives B a 30-second head start, B wins by 40m. So, basically, they're like two kids on a playground playing tag. To find the time taken by B to run 5000m, we gotta do some math wizardry. Like, I'm talking about some serious number crunching here. So, grab your calculators and get ready for a wild ride!