Question 175066
I dont know what you 5 step method is(probably in you book) but here is how I would do it
:
we have an unknown number...lets call it a
:
now we must read the word problem and turn it into an equation:
:
sum(meaning we will have addition involved) of the number(a) and its reciprical
(1/a) is(=) 10/3
:
so 
a+(1/a)=10/3............now lets start getting rid of those fractions....multiply all terms by 3
:
3a+(3/a)=10.......multiply all terms by a
:
{{{3a^2+3=10a}}}....now write this in quadradic form
:
{{{3a^2-10a+3=0}}} try factoring
:
{{{3a-1)(a-3)}}}
:
{{{system(a=1/3,a=3)}}}
 *[invoke solve_quadratic_equation 3, -10, 3]
: