In our correlation analysis of the Producer Price Index (PPI…

In our correlation analysis of the Producer Price Index (PPI) and Oil prices, we calculated our regression function to be: Y = 0.1177x + 1.4541, where Y = the % Change in PPI and X = % Change in Oil Prices.  If oil prices increased 20%, what by what precent would you forecast the PPI to change? Enter your answer rounded to the nearest hundredth with no % symbol, e.g. 6.837%  = 6.84 

Translate the following C/C++ code into MIPS assembly. Each…

Translate the following C/C++ code into MIPS assembly. Each C/C++ statement must be translated into MIPS assembly instructions without any optimization. If assembly level optimization is applied, substantial points will be deducted.  int arrays[10] = {1, 2, 3, 4, 5, 6, 7, 8. 9, 10}; int sum(int length) {     int i, sum;     sum = 0;     I = 0;     L0: }