document.write( "Question 660244:  A trip total cost is $1100. 1/3 of the cost is for travel; 2/5 is for lodging. Write an equation to determine cost of travel & co
\n" );
document.write( "st of lodging. \n" );
document.write( "
| Algebra.Com's Answer #411086 by ReadingBoosters(3246)      You can put this solution on YOUR website! x = 1100 total cost \n" ); document.write( "y = travel \n" ); document.write( "z = lodging\r \n" ); document.write( "\n" ); document.write( "y = (1/3)x \n" ); document.write( "z = (2/5)x\r \n" ); document.write( "\n" ); document.write( "y + z = (1/3)x + (2/5)x \n" ); document.write( "(1/3)(1100) + (2/5)(1100) \n" ); document.write( "366.67 + 440 = 806.67 \n" ); document.write( " |