document.write( "Question 501214:  Hi, my question is about order of operations. I have tried this question so many times but never got the right answer:\r
\n" );
document.write( "\n" );
document.write( "4[2(-5x+y)-y]-10(y-4x) \r
\n" );
document.write( "\n" );
document.write( "Can you help me? *if possible, can you give me step by step?*
\n" );
document.write( "Thank you! \n" );
document.write( "
| Algebra.Com's Answer #338466 by nerdybill(7384)     You can put this solution on YOUR website! Memory aid for \"order of operations\" is PEMDAS: \n" ); document.write( "P:Parentheses first \n" ); document.write( "E:Exponents next \n" ); document.write( "MD: multiply/divide taken left to right \n" ); document.write( "AS: addition/subtraction taken left to right \n" ); document.write( ". \n" ); document.write( "4[2(-5x+y)-y]-10(y-4x) \n" ); document.write( "4[(-10x+2y)-y]-10(y-4x) \n" ); document.write( "4[-10x+2y-y]-10(y-4x) \n" ); document.write( "4[-10x+y]-10(y-4x) \n" ); document.write( "[-40x+4y]-10(y-4x) \n" ); document.write( "[-40x+4y]-(10y-40x) \n" ); document.write( "[-40x+4y]-10y+40x \n" ); document.write( "-40x+4y-10y+40x \n" ); document.write( "group like-terms: \n" ); document.write( "(-40x+40x)+(4y-10y) \n" ); document.write( "(0x)+(-6y) \n" ); document.write( "0+(-6y) \n" ); document.write( "(-6y) \n" ); document.write( "-6y\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |