document.write( "Question 1068734: Shop A has 160 Mechanics. Shop B had only 60 precent as many. How many mechanics are there in Shop B? \n" ); document.write( "
| Algebra.Com's Answer #683998 by swincher4391(1107)     You can put this solution on YOUR website! Let A be the number of mechanics that shop A has.\r \n" ); document.write( "\n" ); document.write( "Let B be the number of mechanics that shop B has.\r \n" ); document.write( "\n" ); document.write( "We are told that B has 60% as many as shop A.\r \n" ); document.write( "\n" ); document.write( "Therefore if we were to multiply 60% by A, we would get B.\r \n" ); document.write( "\n" ); document.write( "So .60*A = B\r \n" ); document.write( "\n" ); document.write( "We know that A = 160.\r \n" ); document.write( "\n" ); document.write( ".60 * 160 = 96, so B = 96 \n" ); document.write( " |