document.write( "Question 442756: A labourer is engaged for 20 days on the condition that he will receive for Rs. 60 for each day he
\n" );
document.write( "works and will be fined Rs. 5 for each day he is absent. If he receives Rs. 745 in all, for how many
\n" );
document.write( "days did he remain absent \n" );
document.write( "
Algebra.Com's Answer #305535 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A labourer is engaged for 20 days on the condition that he will receive for Rs. \n" ); document.write( " 60 for each day he works and will be fined Rs. 5 for each day he is absent. \n" ); document.write( " If he receives Rs. 745 in all, for how many days did he remain absent. \n" ); document.write( ": \n" ); document.write( "Let a = number of days absent \n" ); document.write( "then \n" ); document.write( "(20-a) = number of days worked \n" ); document.write( ": \n" ); document.write( "Pay amt - fine amt = 745 \n" ); document.write( "60(20-a) - 5a = 745 \n" ); document.write( "1200 - 60a - 5a = 745 \n" ); document.write( "-65a = 745 - 1200 \n" ); document.write( "-65a = -455 \n" ); document.write( "a = \n" ); document.write( "a = 7 days absent \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this, he worked 13 days so we have: \n" ); document.write( "13(60) - 7(5) = \n" ); document.write( "780 - 35 = 745; confirms our solution \n" ); document.write( " |