当a=-1,b=-3时,求3|b|-2|-a|+1的值
问题描述:
当a=-1,b=-3时,求3|b|-2|-a|+1的值
最好能把解题过程也写出来,快!
答
3|b|-2|-a|+1
=3|-3|-2|1|+1
=3x3-2x1+1
=9-2+1
=8