InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    The sum of all the values of a satisfying the equation `|[log_10 a,-1],[log_10(a-1),2]|=log_10 a+log_10 2` | 
                            
| 
                                   
Answer» Correct Answer - C `2log_(10)a+log_(10)(a-1)=log_(10)2a` `therefore a^(2)(a-1)=2a` `therefore a^(2)-a-2=0` `rArr (a-2)(a+1)=0` `rArr a=2,-1` (not possible) `therefore a = 2`  | 
                            |