document.write( "Question 387754: A labourer is engaged for 20 days on the condition that he will receive Rs 60 for each day he works and will be fined Rs 5 for each day he is absent. If receives Rs 745 in all, for how many days did he remain absent? \n" ); document.write( "
Algebra.Com's Answer #274133 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let W = the number of days the labourer worked and A = the number of days the labourer was absent.
\n" ); document.write( "Given:
\n" ); document.write( "1) W+A = 20 \"A labourer was engaged for 20 days...\"
\n" ); document.write( "2) 60W-5A = 745 \"...will receive (+) Rs 60 for each day he works and will be fined (-) Rs 5 for each day he is absent.\"
\n" ); document.write( "Rewrite equation 1) as:
\n" ); document.write( "1a) A = 20-W and substitute into equation 2) for A
\n" ); document.write( "2a) 60W-5(20-W) = 745 Simplify and solve for W.
\n" ); document.write( "2b) 60W-100+5W = 745
\n" ); document.write( "2c) 65W = 845
\n" ); document.write( "2d) W = 13 and A = 20-13 = 7.
\n" ); document.write( "The labourer was absent for 7 days.
\n" ); document.write( "
\n" );