document.write( "Question 904058: how would you write... The number of working people is four times the number of retired people. The number of unemployed people is one-half the number of retired people. (x=the number of retired people) \n" ); document.write( "
Algebra.Com's Answer #548481 by brysca(112)\"\" \"About 
You can put this solution on YOUR website!
working people= w
\n" ); document.write( "retired people= x\r
\n" ); document.write( "\n" ); document.write( "w=4*x
\n" ); document.write( "For example, there are 10 retired people. The number of working people is four times the number of retired people, which is 40.
\n" ); document.write( "w=4*x
\n" ); document.write( "40= 4*10
\n" ); document.write( "-------------------------------------------
\n" ); document.write( "unemployed people=u
\n" ); document.write( "u=\"1%2F2\"*x
\n" ); document.write( "For example, there are 10 retired people. The number of unemployed people is half the number of retired people, which is 5.
\n" ); document.write( "5=\"1%2F2\"*10
\n" ); document.write( "
\n" );