I am trying to solve the following system of equations:
$$x = 0.09 x + 0.6p y + (1.3p - p^2) z,$$ $$y= 0.49 x + 0.16 y + 0.7 z,$$ $$z = 0.42 x + (0.84 - 0.6p) y + (p^2 - 2p + 1) z,$$ $$x + y + z = 1$$
When I attempt to use WolframAlpha to solve this, the system starts giving me values of $p$ for some reason. I just want the equations $x$, $y$, and $z$ in terms of (unknown) $p$.
I would greatly appreciate it if someone would please take the time to help me with this.