document.write( "Question 1026384: JC Farms is hiring workers to harvest a field of St. Augustine grass. Each worker will receive a base pay of $200 plus a bonus of $1000 that will be divided equally among the number of workers used to harvest the field. After the field is harvested, management informs payroll that each worker will get a check for $325. How many workers did management actually hire? \n" ); document.write( "
Algebra.Com's Answer #641648 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let number of workers be x\r \n" ); document.write( "\n" ); document.write( "basic pay = 200\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "bonus = 1000\r \n" ); document.write( "\n" ); document.write( "bonus /worker = 1000/x\r \n" ); document.write( "\n" ); document.write( "200 +1000/x = 325\r \n" ); document.write( "\n" ); document.write( "200x +1000 = 325x\r \n" ); document.write( "\n" ); document.write( "125x =1000\r \n" ); document.write( "\n" ); document.write( "x= 8 \r \n" ); document.write( "\n" ); document.write( "number of workers = 8 \n" ); document.write( " |