document.write( "Question 17645: it's really about fctors but I can't find it so my question is how to solve this problem: 7*13+8*13+5*13 can you please solve it or instructions thanks \n" ); document.write( "
Algebra.Com's Answer #8522 by lanntann(3)![]() ![]() ![]() You can put this solution on YOUR website! Hi, hope I'm understanding the question correctly. Looks like an order of operations situation to me. \r \n" ); document.write( "\n" ); document.write( "Remembering that multiplication is to be performed first (in order from left to right), the problem could be rewritten as such: (7*13)+(8*13)+(5*13). \r \n" ); document.write( "\n" ); document.write( "Working out each set of parentheses, you would then have (91) + (104) + (65). Adding the three together your answer would be 260. \n" ); document.write( " |