document.write( "Question 1189555: Josh started a new job. On his first day, he makes $20. On his third day, he makes $12. On his fifth day, he makes $14. On his seventh day, he makes double the amount he made on his third day. On his ninth day, he makes $5 less than he made his first day. On his eleventh day, he makes half of what he made in total on days 1, 3, 5, 7 and 9 \n" ); document.write( "
Algebra.Com's Answer #820942 by josgarithmetic(39616)\"\" \"About 
You can put this solution on YOUR website!
Attempt to make a data table according to each part of the description. You did not say what question is to be answered.\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "DAY NUMBER     HOW MUCH MADE\r\n" );
document.write( "  1                 20\r\n" );
document.write( "  3                 12\r\n" );
document.write( "  5                 14\r\n" );
document.write( "  7                2*12=36\r\n" );
document.write( "  9                20-5=15\r\n" );
document.write( "  11               (0.5)(20+12+14+36+15)\r\n" );
document.write( "
\n" ); document.write( "
\n" );