document.write( "Question 1142114: A store is selling a large selection of men's shirts, and every shirt has the same price. Kiyoshi buys 6 shirts and gets a $30 discount. His friend Gregory buys 4 shirts and does not receive a discount. Gregory spends $20 less than Kiyoshi. What is the price of one shirt without any discount? \n" ); document.write( "
Algebra.Com's Answer #762774 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "p, shirt price\r\n" );
document.write( "\r\n" );
document.write( "PERSON      SHIRTS    COST\r\n" );
document.write( "Kyoshi        6       6p-30\r\n" );
document.write( "Gregory       4       4p\r\n" );
document.write( "DIFFERENCE            20\r\n" );
document.write( "

\n" ); document.write( "\"6p-30-4p=20\"\r
\n" ); document.write( "\n" ); document.write( "\"6p-4p=20%2B30\"\r
\n" ); document.write( "\n" ); document.write( "\"2p=50\"\r
\n" ); document.write( "\n" ); document.write( "\"highlight%28p=25%29\"
\n" ); document.write( "
\n" );