Working on the answer for you now, will edit this post with the solution.
Okay I find the easiest way to go about this is to consider ALL the forces acting on the point:
So if we take i and j to be our vector directions parallel and perpendicular to the slope all the forces are: weight, reaction, friction and the horizontal force: T
Splitting these into components we get:
Fi + Rj - mgcos45j - mgsin45i + Tsin30j + Tcos30i = 0 (no resultant force as parcel is stationary on slope)
Now if we resolve parallel we just consider the i terms, this gives:
F - mgsin45 + Tcos30 = 0 [call this equation 1]
And similarly for j
R - mgcos 45 + Tsin30 = 0 [call this equation 2]
We are asked to work out the coefficent of friction which I will call M (its actually mu but i dont know how to do that on a keyboard!).
F = MR putting this into equation one gives:
MR - mgsin45 + Tcos30 = 0
We are asked to work out M so thats okay being in the equation and now the only other unkown we have is R, so we need to find a way to get a value for R which we get from equation 2:
R = mgcos45 - Tsin30
So if we sub this back into equation 1 we get:
M(mgcos45 - Tsin30) - mgsin45 + Tcos30 = 0
Therefore M = (mgsin45 - Tcos30)/(mgcos45 - Tsin30)
= 0.703 the right answer.
Hope this helps if you dont understand anything then let me know.
My way is similar to the way that steve2005 did it but I tend to thing of things in terms of vectors rather than resolving its easier in my opinion! Also I have left the all the calculations until the last stage which rules out any rounding or evaluation errors.