That's quite a nice problem: Newton set the magical formula for these types of problems centuries ago (F = ma). What you need to do first is to equilibrate the forces. At its break point (the point where te block is jus about to move) the sum of all forces are equal to zero. We can divide these forces in the X and Y component so:
If we define Y as vertical ans X as horizontal
F(y) = 0 = N - F*sin(25) - Fg
(Fg = grav. force, N = normal force, F = 750N)
sin(25) makes the projection of the force on the vertical axis
and in the x component you have:
F(x) = 0 = N*us - F*cos(25)
(us is the 0.76)
cos(25) makes the projection of the force on the horizontal axis
You now have two equations ant two unknowns (N and m) use some math to isolate N in the first formula and to substitute it in the second. You now should have a nice formula with only the mass as an unknown variable in it. Use the same math tools as before to isolate m.
Your answer should be equal to:
m = F*(cos(25) - sin(25)) / (g * us)
(g is the gravitational "constant" 9.807 m/s2)
Hope this helps, the maths are all yours ;)
P.S. The physics behind this problem are quite simple; you can't move the block unless you reach the break point where the force along x is greater or equal to the static maximum friction force (N*us), only then will you be able to have an acceleration greater or equal to 0