document.write( "Question 472641: 1. Kevin and Karen are brother and sister. Kevin has twice as many sisters as he has brothers. Karen has the same number of brothers as sisters.
\n" );
document.write( "a. Set up a system of equations to model this situation. How did you figure out what each equation would be? Let d be the number of daughters that Kevin and Karen’s parents have, and s be the number of sons that Kevin and Karen’s parents have.
\n" );
document.write( "b. Solve the system of equations, showing all your work.
\n" );
document.write( "c. How many sisters does Kevin have?
\n" );
document.write( "d. How many sisters does Karen have?
\n" );
document.write( "e. How many brothers does Kevin have?
\n" );
document.write( "f. How many brothers does Karen have?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #324074 by Theo(13342)![]() ![]() You can put this solution on YOUR website! kevin and karen are brother and sister. \n" ); document.write( "d = number of daughters in the family. \n" ); document.write( "s = number of sons in the family. \n" ); document.write( "the number of brothers that kevin has is s-1. \n" ); document.write( "the number of sisters that kevin has is d. \n" ); document.write( "the number of brothers that karen has is s. \n" ); document.write( "the number of sisters that karen has is d-1. \n" ); document.write( "kevin has twice as many sisters as he has brothers. \n" ); document.write( "this means that d = 2 * (s-1). \n" ); document.write( "karen has the same number of brothers as sisters. \n" ); document.write( "this means that d-1 = s. \n" ); document.write( "the 2 equations we have to work with are: \n" ); document.write( "d = 2 * (s-1) (first equation) \n" ); document.write( "d-1 = s (second equation) \n" ); document.write( "that's our system of equations. \n" ); document.write( "we need to solve for either d or s and, from that, we should be able its partner. \n" ); document.write( "we start with the second equation of d-1 = s. \n" ); document.write( "this is the same as s = d-1. \n" ); document.write( "we can substitute for s in the first equation to get: \n" ); document.write( "d = 2 * (s-1) becomes: \n" ); document.write( "d = 2 * ((d-1)-1) which becomes: \n" ); document.write( "d = 2 * (d-2) which becomes: \n" ); document.write( "d = 2*d - 4 \n" ); document.write( "subtract d from both sides of this equation and add 4 to both sides of this equation to get: \n" ); document.write( "d = 4 \n" ); document.write( "if this is right, the number of daughters is 4. \n" ); document.write( "we can now substitute in the second equation to solve for s. \n" ); document.write( "the second equation is: \n" ); document.write( "d-1 = s \n" ); document.write( "since d = 4, this means that s equals 3. \n" ); document.write( "we now have: \n" ); document.write( "d = 4 (number of daughters) \n" ); document.write( "s = 3 (number of sons) \n" ); document.write( "we need to confirm these numbers are good. \n" ); document.write( "the opening statement of the problem is: \n" ); document.write( "1. Kevin and Karen are brother and sister. Kevin has twice as many sisters as he has brothers. Karen has the same number of brothers as sisters. \n" ); document.write( "we know that kevin has s-1 brothers. \n" ); document.write( "this means that kevin has 3 - 1 brothers which is equal to 2. \n" ); document.write( "we know that kevin has d sisters. \n" ); document.write( "this means that kevin has 4 sisters. \n" ); document.write( "4 sisters is twice as many as 2 brothers, so the first part of the opening statement is confirmed as correct. \n" ); document.write( "karen has the same number of brothers and sisters. \n" ); document.write( "karen has 2 brothers which is equal to 3. \n" ); document.write( "karen has d-1 sisters which is equal to 4 - 1 = 3 \n" ); document.write( "3 brothers is equal to 3 sisters, so the second part of the opening statement is confirmed as correct. \n" ); document.write( "answers to the questions are: \n" ); document.write( "c. How many sisters does Kevin have? (4) \n" ); document.write( "d. How many sisters does Karen have? (3) \n" ); document.write( "e. How many brothers does Kevin have? (2) \n" ); document.write( "f. How many brothers does Karen have? (3)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |