document.write( "Question 1176051: A building contractor hires 8 bricklayers and 2 roofers, his daily payroll is #960, while 10 bricklayers and 5 roofers require a daily payroll of #1500. What is the daily payroll of a bricklayer and a roofer? \n" ); document.write( "
Algebra.Com's Answer #801967 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x = number of bricklayers \n" ); document.write( "y = number of roofers\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "8x + 2y = 960 \n" ); document.write( "10x + 5y = 1500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "multiply both sides of the first equation by 5 and multiply both sides of the second equation by 2 to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "40x + 10y = 4800 \n" ); document.write( "20x + 10y = 3000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract the second equation from the first to get: \n" ); document.write( "20x = 1800\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for x to get: \n" ); document.write( "x = 90\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace x in the first original equation by 90 to get: \n" ); document.write( "8x + 2y = 960 becomes 8 * 90 + 2y = 960 \n" ); document.write( "simplify to get: \n" ); document.write( "720 + 2y = 960 \n" ); document.write( "subtract 720 from both sides to get: \n" ); document.write( "2y = 240 \n" ); document.write( "solve for y to get: \n" ); document.write( "y = 240/2 = 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you have: \n" ); document.write( "x = 90 \n" ); document.write( "y = 120\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "replace x and y in both original equations to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "8x + 2y = 960 becomes 8 * 90 + 2 * 120 = 960 which becomes 720 + 240 = 960 which becomes 960 = 960.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10x + 5y = 1500 becomes 10 * 90 + 5 * 120 = 1500 which becomes 900 + 600 = 1500 which becomes 1500 = 1500\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this confirms the solution is correct.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the solution is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the daily payroll of a bricklayer is 90. \n" ); document.write( "the daily payroll of a roofer is 120.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |