Question 874005
{{{A[3]=8*4*3-1=96-1=95}}}
{{{A[3]=8*(4*3-1)=8*11=88}}}
{{{A[3]=8*4*(3-1)=64}}}
You didn't use parentheses so there can be many interpretations. 
Looks like the last one is the only one that is a possible solution.