document.write( "Question 952145: A rock group plans to travel for a total of 37 weeks, making three concert stops. They will be in Japan for 4 more weeks than they will be in Australia. Their stay in Sweden will be 3 weeks shorter than that in Australia. How many weeks will they be in each country?
\n" );
document.write( "4+x
\n" );
document.write( "3-x
\n" );
document.write( "4+x+3-x=37????
\n" );
document.write( "i am very confused \n" );
document.write( "
Algebra.Com's Answer #581488 by macston(5194)![]() ![]() You can put this solution on YOUR website! A=stay in Australia; J=stay in Japan=A+4wks; S=stay in Sweden=A-3wks \n" ); document.write( "A+J+S=37 weeks Substitute for J and S, solve for A. \n" ); document.write( "A+(A+4wks)+(A-3wks)=37wks \n" ); document.write( "3A+1wk=37wks Subtract 1 wk from each side. \n" ); document.write( "3A=36wks Divide each side by 3. \n" ); document.write( "A=12wks ANSWER 1: They will spend 12 weeks in Australia. \n" ); document.write( "J=A+4wks=12wks+4wks=16wks ANSWER 2: They will spend 16 weeks in Japan. \n" ); document.write( "S=A-3wks=12wks-3wks=9wks ANSWER 3: They will spend 9 weeks in Sweden \n" ); document.write( "CHECK: \n" ); document.write( "A+J+S=37 weeks \n" ); document.write( "12 weeks+16 weeks+9weeks=37 weeks \n" ); document.write( "37 weeks=37 weeks \n" ); document.write( " |