1、of 3 digits positive integers that have no digits equal to zero, how many have 2 digits that are equal to each other and the remaining digit different from the other 2? 2、a total of 20 ammounts are entered on a spreadsheet that 5 rows and 4 columns; each of the 20 positions in the spreadsheet contains one ammount. the average of the ammount in row i is Ri (1<=i<=5). The average of the ammounts in column is Cj(1<=j<=4). What is the average of all 20 amounts on the spreadsheet? (1)R1+R2+R3+R4+R5=550 (2)C1+C2+C3+C4=440 |