document.write( "Question 1173010: Bianca and her father picked 109 apples. Bianca's father picked 13 more apples than triple the apples Bianca picked. How many apples did each pick? \n" ); document.write( "
Algebra.Com's Answer #798163 by mccravyedwin(407)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Ikleyn below solved the problem using one unknown.  I solve it below using\r\n" );
document.write( "two unknowns. Both ways are equally correct and give the same answers.\r\n" );
document.write( "\r\n" );
document.write( "As a rule, using 1 unknown is usually SHORTER, but using 2 unknowns is EASIER\r\n" );
document.write( "to set up.  So often it is a \"give-and-take\" situation.

\n" ); document.write( "Bianca and her father picked 109 apples.
\n" ); document.write( "
\r\n" );
document.write( "Bianca picked x apples.\r\n" );
document.write( "Her father picked y apples. So,\r\n" );
document.write( "\r\n" );
document.write( "x + y = 109
Bianca's father picked 13 more apples than triple the apples Bianca picked.
So,\r\n" );
document.write( "\r\n" );
document.write( "y = 3x + 13\r\n" );
document.write( "\r\n" );
document.write( "The system of equations to solve is\r\n" );
document.write( "\r\n" );
document.write( "\"system%28x%2By=109%2Cy=3x%2B13%29\"\r\n" );
document.write( "\r\n" );
document.write( "Substituting (3x+13) for y in the first equation:\r\n" );
document.write( "\r\n" );
document.write( "\"x%2B%283x%2B13%29=109\"\r\n" );
document.write( "\r\n" );
document.write( "\"x%2B3x%2B13=109\"\r\n" );
document.write( "\r\n" );
document.write( "\"4x%2B13=109\"\r\n" );
document.write( "\r\n" );
document.write( "\"4x=96\"\r\n" );
document.write( "\r\n" );
document.write( "\"x=24\"   <--so Bianca picked 24 apples\r\n" );
document.write( "\r\n" );
document.write( "Substitute 24 for x in y=3x+13\r\n" );
document.write( "\r\n" );
document.write( "\"y=3%2824%29%2B13\"\r\n" );
document.write( "\r\n" );
document.write( "\"y=85\"   <--so Bianca's father picked 85 apples.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );