document.write( "Question 1177868: A pear costs x cents. An orange costs y cents less than a pear. Find the cost of 4 pears and half a dozen of oranges. \n" ); document.write( "
Algebra.Com's Answer #806997 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "FRUIT              PRICE\r\n" );
document.write( "Pear                 x\r\n" );
document.write( "Orange               x-y\r\n" );
document.write( "4Pear&6-Orange     4x+6(x-y)\r\n" );
document.write( "

\n" ); document.write( "You can now see what next to do.
\n" ); document.write( "
\n" );