document.write( "Question 21613: Let # (a,b,c) = a(b + c). What is the value of the expression #(#(0,2,3), #(5,4,7), #(3,4,2))? \n" ); document.write( "
Algebra.Com's Answer #12965 by venugopalramana(3286) You can put this solution on YOUR website! Let # (a,b,c) = a(b + c). What is the value of the expression #(#(0,2,3), #(5,4,7), #(3,4,2))? \n" ); document.write( "JUST PUT VALUES OF A,B,C FROM THE GIVEN DATA IN THE FORMULA GIVEN TO GET THE ANSWER \n" ); document.write( "FORMULA IS \n" ); document.write( "# (a,b,c) = a(b + c). \n" ); document.write( "SO #(0,2,3)=0(2+3)=0..SINCE A=0,B=2,C=3 \n" ); document.write( "SIMILARLY #(5,4,7)=5(4+7)=5*11=55 \n" ); document.write( "#(3,4,2)=3(4+2)=3*6=18 \n" ); document.write( "SO #(#(0,2,3), #(5,4,7), #(3,4,2)) = #(0,55,18)=0(55+18)=0 \n" ); document.write( " \n" ); document.write( " |