Find A and B
Two numbers, A and B, satisfy the following conditions:
-
The sum of A and B is 30.
-
If you double A and subtract B, you get 10.
What are the values of A and B?
Dive into the world of maths magic! Every day, I will sprinkle your learning journey with 1 or 2 tantalizing questions from 11 plus Maths, GCSE Maths, and even thrilling Maths competitions. Gear up to conquer some of the most challenging brain-teasers in these realms. Let's make maths marvellous!
We are given two equations:
ReplyDeleteA + B = 30
2A - B = 10
Let’s solve this step-by-step:
Step 1: From equation 1, express B in terms of A:
A + B = 30
→ B = 30 - A
Step 2: Substitute into equation 2:
2A - B = 10
→ 2A - (30 - A) = 10
→ 2A - 30 + A = 10
→ 3A - 30 = 10
→ 3A = 40
→ A = 40 ÷ 3
→ A = 13⅓
Step 3: Find B:
B = 30 - A
→ B = 30 - 13⅓
→ B = 16⅔
Final Answer:
A = 13⅓
B = 16⅔