InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Find the values of the letters and give reasons for the steps involved. `2AB + AB1=B18` | 
                            
| 
                                   
Answer» `2AB+AB1 = B18` If we look at the unit digits of the given equation, only value possible for `B` is `7` as `7`+`1` = `8`. So, `2A7+A71 = 718` Now, only possible value for `A` can be `4` as `4`+`7` =`11`. If we try `A=4` and `B=7`, then, it satisfies our addition. So, this is the correct answer.  | 
                            |