Lesson Solving rate of work problem by reducing to a system of linear equations
Algebra
->
Rate-of-work-word-problems
-> Lesson Solving rate of work problem by reducing to a system of linear equations
Log On
Word Problems: Rate of work, PAINTING, Pool Filling
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Solving rate of work problem by reducing to a system of linear equations'
This Lesson (Solving rate of work problem by reducing to a system of linear equations)
was created by by
ikleyn(52750)
:
View Source
,
Show
About ikleyn
:
<H2>Solving rate of work problem by reducing to a system of linear equations</H2> <H3>Problem 1</H3>A piece of work can be done by 6 men and 5 women in 6 days or 3 men and 4 women in 10 days. In how many days can it be done by 9 men and 15 women? Assume that all the men have the same qualification and, therefore, the same rate of work. Similarly, all the women have the same rate of work, perhaps, different from (or distinct of) that of the men. <B>Solution</B> Let <B>m</B> be the the man's rate of work and <B>w</B> be the woman's rate of work. Then we have the linear system of two equations in two unknowns, in accordance with the given data: {{{system(6*(6m + 5w) = 1, 10*(3m + 4w) = 1)}}}, or {{{system(36m + 30w = 1, 30m + 40w = 1)}}}. To solve it, subtract the second equation of the last system from the first equation. You will get 6m = 10w, or w = {{{6/10}}}{{{m}}} = {{{3/5}}}{{{m}}}. Next, substitute it into the first equation of the system, and you will get w = {{{1/90}}}, and then m = {{{1/54}}}. Very good. Now, calculate the value of the expression 9m + 15w, which is the subject of the problem's question. It is 9m + 15w = {{{9}}}.{{{1/54}}} + {{{15}}}.{{{1/90}}} = {{{9/54}}} + {{{15/90}}} = {{{1/6}}} + {{{1/6}}} = {{{1/3}}}. Hence, 9 men and 15 women will complete the work in 3 days. <H3>Problem 2</H3>8 women and 12 girls can paint a large mural in 10 hours. 6 women and 8 girls can paint the same mural in 14 hours. How long it would take to paint the mural one woman? How long it would take to paint the mural one girl? <B>Solution</B> Let w = number of hours it would take to paint the mural one woman. Let g = number of hours it would take to paint the mural one girl. Then one woman paints {{{1/w}}} of the mural per hour. 8 women paint {{{8/w}}} of the mural per one hour. Next, one girl paints {{{1/g}}} of the mural per hour. 12 girls paint {{{12/g}}} of the mural per one hour. In this way you get the system of two equations {{{8/w}}} + {{{12/g}}} = {{{1/10}}}, (1) {{{6/w}}} + {{{8/g}}} = {{{1/14}}}. (2) for two unknowns w and g. To solve it, multiply equation (1) by 2 (both sides) and equation (2) by (-3), then add. Thus you exclude the variable g and get a single equation for the variable w only: {{{16/w - 18/w}}} = {{{2/10 - 3/14}}}, or {{{-2/w}}} = {{{14/70 - 15/70}}} = {{{-1/70}}}. It gives w = 140. Hence, it takes 140 hours for 1 woman to paint the mural. Now please complete the solution yourself. <H3>Problem 3</H3>If 5 men and 3 boys can reap 23 acres in 4 days and 3 men and 2 boys can reap 7 acres in 2 days, how many boys must assist 7 men in order that they may reap 45 acres in 6 days? <B>Solution</B> Let m be (an unknown) rate of work for one man, measured in {{{acres/day}}}, and let b be (an unknown) rate of work for one boy, measured in same units. Then we have a system of two linear equations in two unknowns m and b 4*(5m + 3b) = 23, (1) 2*(3m + 2b) = 7. (2) Or 20m + 12b = 23, (1') 6m + 4b = 7. (2') To solve it, multiply (2') by 3 and then distract it from (1'). You will get 20m - 18m = 23 - 3*7, or 2m = 2, hence, m = 1. Substitute it into (2'), and you will get 4b = 7 - 6 = 1, hence, b = {{{1/4}}}. Thus you obtained that 1 man can reap 1 acr in 1 day, while 1 boy can reap {{{1/4}}} of acr in 1 day. Then 7 men in 6 days can reap 7*6*1 = 42 acres. How many boys must assist them to reap remaining 45-42 = 3 acres acres in 6 days? Their number is {{{3/((1/4)*6)}}} = {{{4/2}}} = 2. <B>Answer</B>. Two boys. My other lessons on rate-of-work problems in this site are - <A HREF=http://www.algebra.com/algebra/homework/Rate-of-work-word-problems/Rate-of-work-problem.lesson>Rate of work problems</A> - <A HREF=http://www.algebra.com/algebra/homework/Rate-of-work-word-problems/Word-problems-WORKING-TOGETHER-by-Fractions.lesson>Using Fractions to solve word problems on joint work</A> - <A HREF=http://www.algebra.com/algebra/homework/Rate-of-work-word-problems/Solving-more-complicated-word-problems-on-joint-work.lesson>Solving more complicated word problems on joint work</A> - <A HREF=http://www.algebra.com/algebra/homework/Rate-of-work-word-problems/Using-quadr-eqns-to-solve-word-problems-on-joint-work.lesson>Using quadratic equations to solve word problems on joint work</A> - <A HREF=https://www.algebra.com/algebra/homework/Rate-of-work-word-problems/Solving-joint-work-problems-by-reasoning.lesson>Solving joint work problems by reasoning</A> - <A HREF=https://www.algebra.com/algebra/homework/Rate-of-work-word-problems/Selected-problems-from-the-archive-on-joint-work-word-problems.lesson>Selected joint-work word problems from the archive</A> - <A HREF=https://www.algebra.com/algebra/homework/Rate-of-work-word-problems/Joint-work-word-problems-for-3-4-5-participants.lesson>Joint-work problems for 3 participants</A> - <A HREF=https://www.algebra.com/algebra/homework/Rate-of-work-word-problems/HOW-TO-algebreze-and-solve-these-joint-work-problems.lesson>HOW TO algebreze and solve these joint work problems ?</A> - <A HREF=https://www.algebra.com/algebra/homework/Rate-of-work-word-problems/Had-the-number-of-workers-be-more-the-job-would-be-completed-sooner.lesson>Had there were more workers, the job would be completed sooner</A> - <A HREF=https://www.algebra.com/algebra/homework/Rate-of-work-word-problems/One-unusual-joint-work-problem.lesson>One unusual joint work problem</A> - <A HREF=https://www.algebra.com/algebra/homework/Rate-of-work-word-problems/Special-joint-wok-problems-that-admit-and-require-an-alternative-solution-method.lesson>Special joint work problems that admit and require an alternative solution method</A> - <A HREF=https://www.algebra.com/algebra/homework/Rate-of-work-word-problems/Snow-removal-problem.lesson>Snow removal problem</A> - <A HREF=https://www.algebra.com/algebra/homework/Rate-of-work-word-problems/Entertainment-problems-on-joint-work.lesson>Entertainment problems on joint work</A> - <A HREF=https://www.algebra.com/algebra/homework/Rate-of-work-word-problems/Joint-work-word-problem-for-the-day-of-April-first.lesson>Joint work word problems for the day of April, 1</A> - <A HREF=http://www.algebra.com/algebra/homework/Rate-of-work-word-problems/OVERVIEW-of-lessons-on-rate-of-work-problems.lesson>OVERVIEW of lessons on rate-of-work problems</A> Use this file/link <A HREF=https://www.algebra.com/algebra/homework/quadratic/lessons/ALGEBRA-I-YOUR-ONLINE-TEXTBOOK.lesson>ALGEBRA-I - YOUR ONLINE TEXTBOOK</A> to navigate over all topics and lessons of the online textbook ALGEBRA-I.