Saved Bookmarks
| 1. |
2.The difference between the two numbers is 10. If one of the numbers isdouble the other number, find both the numbers. |
|
Answer» Answer: LET a be FIRST number and B be the second number. given, a-b=10 =(equation 1) a=2b putting VALUE of a=2b in equation 1 2b-b=10 b=10 a=0 therefore, the two numbers are 0 and 10 Step-by-step explanation: |
|